I would like to upgrade from (a working!) Apache1.3 setup to Apache2 but am having 
problems getting mod_jk to work. 

I built Apache2 and then built mod_jk for Apache2 then added mod_jk.dll to /modules 
and added the following to httpd.conf:

LoadModule jk_module modules/mod_jk.dll
JkWorkersFile d:/java/jakarta-tomcat-4.0.1/conf/workers.properties
JkLogFile d:/java/jakarta-tomcat-4.0.1/logs/mod_jk.log
JkLogLevel info
JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
JkMount /calendar/* ajp13


When I try to access http://localhost/calendar/index.jsp, I get the following apache 
error: handler "jakarta-servlet" not found for: index.jsp 

The following lines are from mod_jk.log for this request:

[Mon Apr 22 13:16:43 2002]  [jk_worker.c (158)]: wc_create_worker NULL factory for 
ajp13*ajp13
[Mon Apr 22 13:16:43 2002]  [jk_worker.c (244)]: build_worker_map failed to create 
workerajp13


Does anyone have any ideas why this setup isn't working? I'd much appreciate any help. 
Thanks,

David

PS. I'm running Tomcat 4.0.1 on Win 2000 and I've left workers.properties and 
server.xml as they were for the working Apache1.3/mod_jk setup.

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to