You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Rob Cartier <rc...@snet.net> on 2001/03/05 16:20:59 UTC

Getting mod_jk to work with Apache

I have reviewed the mod_jk howto and still am stuck
I get the following error during httpd shutdown

[Sun Mar  4 08:40:28 2001] [notice] caught SIGTERM, shutting down
[Sun Mar  4 08:40:28 2001] [error] Cannot remove module mod_jk.c: not
found in module list
[Sun Mar  4 08:40:51 2001] [error] Cannot remove module mod_jk.c: not
found in module list

This would lend me to believe that mod_jk isnt loaded. I am unable =
to=3D20
view a jsp page directly and must include port 8080 in the url.
I have a link to libexec that points to modules since I never had a 
libexec and placed the mod_jk.so into modules


below is my code that is in my httpd.conf

#include tomcat support

LoadModule      jk_module       libexec/mod_jk.so
AddModule       mod_jk.c

JkWorkersFile   /apps/jakarta-tomcat-3.2.1/conf/workers.properties
JkLogFile       /apps/jakarta-tomcat-3.2.1/logs/mod_jk.log
JkLogLevel      warn

JkMount /*.jsp  ajp13
JkMount /servlet/* ajp13

Include /apps/jakarta-tomcat-3.2.1/conf/mod_jk.conf-auto

Any ideas would be helpful