I'm running apache-1.3.29 and libapache-mod-jk installed from Debian
Sarge, tomcat from binary tarball at jakarta.apache.org. Debug level
mod_jk log shows this for one request for http://host/intranet.
[Tue Apr 27 17:17:07 2004] [jk_uri_worker_map.c (486)]: Into
jk_uri_worker_map_t::map_uri_to_worker
[Tue Apr 27 17:17:07 2004] [jk_uri_worker_map.c (500)]: Attempting to
map URI '/intranet'
[Tue Apr 27 17:17:07 2004] [jk_uri_worker_map.c (514)]:
jk_uri_worker_map_t::map_uri_to_worker, Found an exact match ajp13 ->
/intranet
[Tue Apr 27 17:17:07 2004] [jk_worker.c (132)]: Into
wc_get_worker_for_name ajp13
[Tue Apr 27 17:17:07 2004] [jk_worker.c (136)]: wc_get_worker_for_name,
done did not found a worker
=>httpd.conf includes:
<IfModule mod_jk.c>
JkWorkersFile /etc/apache/workers.properties
JkLogFile /var/log/apache/mod_jk.log
JkLogLevel debug
JkLogStampFormat "[%a %b %d %H:%M:%S %Y]"
</IfModule>
JkMount /intranet ajp13
JkMount /intranet/* ajp13
=>workers.properties reads:
workers.tomcat_home=/var/tomcat5
workers.java_home=/usr/lib/j2sdk1.4
ps=/
worker.list=ajp13
worker.ajp13.type=ajp13
worker.ajp13.host=locahost
worker.ajp13.port=8009
I'm not seeing connections from localhost to localhost:8009 in netstat.
Please tell me why http://host/intranet doesn't work if you can.
--
John Beamon
Systems Administrator
Franklin American Mortgage Co.
em: jbeamon@(protected)
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)