I have reviewed the mod_jk how-to 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: n
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 view a jsp page directly and must include port 8080 in the url.

below is my code for my httpd.conf

I have a link to libexec that points to modules since I never had a 
libexec and placed the mod_jk.so into modules

#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




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to