httpd.conf文档中加入的内容:
# Using mod_jk2.dll to redirect dynamic calls to Tomcat
LoadModule jk_module modules\mod_jk_2.0.46.dll
JkWorkersFile "conf\workers.properties"
JkLogFile "logs\mod_jk2.log"
JkLogLevel debug
JkMount /*.jsp loadbalancer
JkMount /helloapp/* loadbalancer
以下为log文档的出错记录:[Wed Jun 06 16:15:55 2007] [jk_uri_worker_map.c (460)]: Into jk_uri_worker_map_t::map_uri_to_worker
[Wed Jun 06 16:15:55 2007] [jk_uri_worker_map.c (477)]: Attempting to map URI '/index.jsp'
[Wed Jun 06 16:15:55 2007] [jk_uri_worker_map.c (558)]: jk_uri_worker_map_t::map_uri_to_worker, Found a suffix match worker1 -> *.jsp
[Wed Jun 06 16:15:55 2007] [mod_jk.c (1708)]: Into handler r->proxyreq=0 r->handler=jakarta-servlet r->notes=5600128 worker=worker1
[Wed Jun 06 16:15:55 2007] [jk_worker.c (132)]: Into wc_get_worker_for_name worker1
[Wed Jun 06 16:15:55 2007] [jk_worker.c (136)]: wc_get_worker_for_name, done did not found a worker
[Wed Jun 06 16:15:56 2007] [jk_uri_worker_map.c (460)]: Into jk_uri_worker_map_t::map_uri_to_worker
[Wed Jun 06 16:15:56 2007] [jk_uri_worker_map.c (477)]: Attempting to map URI '/index.jsp'
[Wed Jun 06 16:15:56 2007] [jk_uri_worker_map.c (558)]: jk_uri_worker_map_t::map_uri_to_worker, Found a suffix match worker1 -> *.jsp
[Wed Jun 06 16:15:56 2007] [mod_jk.c (1708)]: Into handler r->proxyreq=0 r->handler=jakarta-servlet r->notes=5616664 worker=worker1
[Wed Jun 06 16:15:56 2007] [jk_worker.c (132)]: Into wc_get_worker_for_name worker1
[Wed Jun 06 16:15:56 2007] [jk_worker.c (136)]: wc_get_worker_for_name, done did not found a worker
[Wed Jun 06 16:15:56 2007] [jk_uri_worker_map.c (460)]: Into jk_uri_worker_map_t::map_uri_to_worker
[Wed Jun 06 16:15:56 2007] [jk_uri_worker_map.c (477)]: Attempting to map URI '/index.jsp'
[Wed Jun 06 16:15:56 2007] [jk_uri_worker_map.c (558)]: jk_uri_worker_map_t::map_uri_to_worker, Found a suffix match worker1 -> *.jsp
[Wed Jun 06 16:15:56 2007] [mod_jk.c (1708)]: Into handler r->proxyreq=0 r->handler=jakarta-servlet r->notes=5600128 worker=worker1
[Wed Jun 06 16:15:56 2007] [jk_worker.c (132)]: Into wc_get_worker_for_name worker1
[Wed Jun 06 16:15:56 2007] [jk_worker.c (136)]: wc_get_worker_for_name, done did not found a worker
[Wed Jun 06 16:15:56 2007] [jk_uri_worker_map.c (460)]: Into jk_uri_worker_map_t::map_uri_to_worker
[Wed Jun 06 16:15:56 2007] [jk_uri_worker_map.c (477)]: Attempting to map URI '/index.jsp'
[Wed Jun 06 16:15:56 2007] [jk_uri_worker_map.c (558)]: jk_uri_worker_map_t::map_uri_to_worker, Found a suffix match worker1 -> *.jsp
[Wed Jun 06 16:15:56 2007] [mod_jk.c (1708)]: Into handler r->proxyreq=0 r->handler=jakarta-servlet r->notes=5616664 worker=worker1
[Wed Jun 06 16:15:56 2007] [jk_worker.c (132)]: Into wc_get_worker_for_name worker1
[Wed Jun 06 16:15:56 2007] [jk_worker.c (136)]: wc_get_worker_for_name, done did not found a worker