I have apache 2.0.48, tomcat 4.1.29, and jk-1.2.5 on the latest Mac OSX (Panther). Apache and tomcat are working, but not jk. jk is apparently failing to find a match when attempting to map the requested URI.

I configured server.xml, workers.properties, and httpd.conf according to the instructions on John Turner's site <http://www.johnturner.com/howto/apache2-tomcat4127-jk-rh9-howto.html>. <http://localhost:8080/examples> works, but <http://localhost/examples> returns:
"Not Found
The requested URL /examples/ was not found on this server."
and /usr/local/jakarta-tomcat-4.1.29/logs/mod_jk.log has these lines (I've got JkLogLevel set to debug):
[Mon Dec 01 12:15:29 2003] [jk_uri_worker_map.c (486)]: Into jk_uri_worker_map_t::map_uri_to_worker
[Mon Dec 01 12:15:29 2003] [jk_uri_worker_map.c (500)]: Attempting to map URI '/examples/'
[Mon Dec 01 12:15:29 2003] [jk_uri_worker_map.c (618)]: jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Mon Dec 01 12:15:29 2003] [jk_uri_worker_map.c (486)]: Into jk_uri_worker_map_t::map_uri_to_worker
[Mon Dec 01 12:15:29 2003] [jk_uri_worker_map.c (500)]: Attempting to map URI '/examples/'
[Mon Dec 01 12:15:29 2003] [jk_uri_worker_map.c (618)]: jk_uri_worker_map_t::map_uri_to_worker, done without a match


As far as I can tell, auto/mod_jk.conf looks right (it's about that same as the sample at <http://www.johnturner.com/howto/rh9-mod_jk-conf.txt>).

Any solutions, suggestions, diagnostics are greatly appreciated.

-----------------------------------------------------------
Mike Valentiner, Minneapolis, Minnesota


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



Reply via email to