Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Apr 2004 17:21:23 +0200 (CEST)
From:      "C. Kukulies" <kuku@www.kukulies.org>
To:        freebsd-current@freebsd.org, freebsd-jave@freebsd.org
Subject:   mod_jk (tomcat/apache) problem
Message-ID:  <200404161521.i3GFLNdY005218@www.kukulies.org>

next in thread | raw e-mail | index | archive | help
(FreeBSD 5.2.1)

I'm having problems getting tomcat (jakarta) and apche 1.3.29 integration to
work.

With Loglevel debug I'm getting the following in http-error.log:


[Fri Apr 16 17:09:45 2004] [info] mod_unique_id: using ip addr 192.168.1.119
[Fri Apr 16 17:09:46 2004] [info] (2)No such file or directory: make_sock: for port 80, setsockopt: (SO_ACCEPTFILTER)
[Fri Apr 16 17:09:46 2004] [error] (2)No such file or directory: Error while opening the workers, jk will not work

[Fri Apr 16 17:09:46 2004] [info] mod_unique_id: using ip addr 192.168.1.119
[Fri Apr 16 17:09:47 2004] [notice] Apache/1.3.29 (Unix) mod_jk/1.2.5 configured -- resuming normal operations
[Fri Apr 16 17:09:47 2004] [info] Server built: Mar 16 2004 19:10:32
[Fri Apr 16 17:09:47 2004] [notice] Accept mutex: flock (Default: flock)


I installed /usr/ports/www/mod_jk.

I located the line in apache/main/http_main.c:

} else {
                ap_log_error(APLOG_MARK, APLOG_WARNING | APLOG_INFO, server_conf
,           
                         "make_sock: for %s, setsockopt: (SO_ACCEPTFILTER)", add
r);       
             }


Anyone having mod_jk working wth apache 1.3 and tomcat 5.0 ?


--
Chris Christoph P. U. Kukulies kuku_at_physik.rwth-aachen.de



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404161521.i3GFLNdY005218>