I'm trying to connect Apache 1.3.27 to Tomcat 4.2.27 using mod_jk2.dll on Win32. Apache is working, and so is Tomcat, but I keep getting a 500 error when I try to access a JSP on Tomcat from Apache.

In http.conf for Apache, I've defined the following for mod_jk2.dll....

LoadModule jk2_module modules/mod_jk2.dll
AddModule mod_jk2.c


These are the errors I keep getting in the jk2.log, but I can't make any sense of it.



[Sat Aug 02 16:34:26 2003] (error) [jk_shm.c (333)]: shm.init(): No file
[Sat Aug 02 16:34:33 2003] (error) [jk_endpoint.c (90)]: workerEnv.init() create slot epStat.0 failed
[Sat Aug 02 16:34:33 2003] (error) [mod_jk2.c (427)]: mod_jk.handler() Error connecting to tomcat 21000
[Sat Aug 02 16:34:48 2003] (error) [jk_endpoint.c (90)]: workerEnv.init() create slot epStat.1 failed
[Sat Aug 02 16:34:48 2003] (error) [mod_jk2.c (427)]: mod_jk.handler() Error connecting to tomcat 21000
[Sat Aug 02 16:34:49 2003] (error) [jk_endpoint.c (90)]: workerEnv.init() create slot epStat.2 failed
[Sat Aug 02 16:34:49 2003] (error) [mod_jk2.c (427)]: mod_jk.handler() Error connecting to tomcat 21000


I've tried many different configs, consulted tons of docs online, but the damn problem persists. Any help would be appreciated, thanks..

Raffi

_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail



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



Reply via email to