You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Tore Skogly <to...@c2i.net> on 2002/05/09 18:58:28 UTC

mod_jk and Tomcat

All you Tomcat gurus out there:
I need some assistance in configuring Tomcat 4.0.3 and Apache 1.3.23 on RedHat 
Linux.

It seems that tomcat doesn't know where the mod_jk.so is located.
This is what is logged in /var/tomcat4/catalina.out:

mod_jk location: libexec/mod_jk.so
Make sure it is installed corectly or  set the config location
Using <ApacheConfig modJk="PATH_TO_MOD_JK.SO_OR_DLL" />


And in the /var/log/httpd/mod_jk.log file:
[jk_connect.c (143)]: jk_open_socket, connect() failed errno = 111
[jk_ajp13_worker.c (196)]: In jk_endpoint_t::connec _to_tomcat, failed errno = 
111
[jk_ajp13_worker.c (635)]: Error connecting to the Tomcat process.
[jk_ajp13_worker.c (848)]: In jk_endpoint_t::service , send_request failed in 
send loop 2

All Apache are located in modules/....., and not in libexec/.... I guess thats 
what causing problems?

How can I solve this?
Where do I put the <ApacheConfig modJk="/usr/lib/apache" />

-- 
Regards,
ToreS

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>