Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

worker problem tomcat

843840Oct 15 2002 — edited Oct 16 2002
I get the following error in the isapi_redirect.log file:

[Tue Oct 15 12:11:00 2002] [jk_isapi_plugin.c (806)]: Using registry.
[Tue Oct 15 12:11:00 2002] [jk_isapi_plugin.c (808)]: Using log file C:\tomcat\logs\iis_redirect.log.
[Tue Oct 15 12:11:00 2002] [jk_isapi_plugin.c (809)]: Using log level 0.
[Tue Oct 15 12:11:00 2002] [jk_isapi_plugin.c (810)]: Using extension uri /jakarta/isapi_redirect.dll.
[Tue Oct 15 12:11:00 2002] [jk_isapi_plugin.c (811)]: Using worker file C:\tomcat\conf\workers.properties.
[Tue Oct 15 12:11:00 2002] [jk_isapi_plugin.c (812)]: Using worker mount file C:\tomcat\conf\uriworkermap.properties.
[Tue Oct 15 12:11:00 2002] [jk_uri_worker_map.c (159)]: Into jk_uri_worker_map_t::uri_worker_map_alloc
[Tue Oct 15 12:11:00 2002] [jk_uri_worker_map.c (199)]: Into jk_uri_worker_map_t::uri_worker_map_open
[Tue Oct 15 12:11:00 2002] [jk_uri_worker_map.c (217)]: jk_uri_worker_map_t::uri_worker_map_open, rule map size is 5
[Tue Oct 15 12:11:00 2002] [jk_uri_worker_map.c (262)]: Into jk_uri_worker_map_t::uri_worker_map_open, suffix rule /.jsp=ajp13 was added
[Tue Oct 15 12:11:00 2002] [jk_uri_worker_map.c (262)]: Into jk_uri_worker_map_t::uri_worker_map_open, suffix rule /refcoapp/.jsp=ajp13 was added
[Tue Oct 15 12:11:00 2002] [jk_uri_worker_map.c (262)]: Into jk_uri_worker_map_t::uri_worker_map_open, suffix rule /examples/.jsp=ajp13 was added
[Tue Oct 15 12:11:00 2002] [jk_uri_worker_map.c (273)]: Into jk_uri_worker_map_t::uri_worker_map_open, match rule /examples/servlet/=ajp13 was added
[Tue Oct 15 12:11:00 2002] [jk_uri_worker_map.c (302)]: Into jk_uri_worker_map_t::uri_worker_map_open, there are 4 rules
[Tue Oct 15 12:11:00 2002] [jk_uri_worker_map.c (324)]: jk_uri_worker_map_t::uri_worker_map_open, done
[Tue Oct 15 12:11:00 2002] [jk_worker.c (82)]: Into wc_open
[Tue Oct 15 12:11:00 2002] [jk_worker.c (207)]: Into build_worker_map, creating 1 workers
[Tue Oct 15 12:11:00 2002] [jk_worker.c (213)]: build_worker_map, creating worker ajp12
[Tue Oct 15 12:11:00 2002] [jk_worker.c (138)]: Into wc_create_worker
[Tue Oct 15 12:11:00 2002] [jk_worker.c (152)]: wc_create_worker, about to create instance ajp12 of ajp12
[Tue Oct 15 12:11:00 2002] [jk_ajp12_worker.c (264)]: Into ajp12_worker_factory
[Tue Oct 15 12:11:00 2002] [jk_worker.c (161)]: wc_create_worker, about to validate and init ajp12
[Tue Oct 15 12:11:00 2002] [jk_ajp12_worker.c (182)]: Into jk_worker_t::validate
[Tue Oct 15 12:11:00 2002] [jk_ajp12_worker.c (194)]: In jk_worker_t::validate for worker ajp12 contact is localhost:8007
[Tue Oct 15 12:11:00 2002] [jk_worker.c (177)]: wc_create_worker, done
[Tue Oct 15 12:11:00 2002] [jk_worker.c (223)]: build_worker_map, removing old ajp12 worker
[Tue Oct 15 12:11:00 2002] [jk_worker.c (235)]: build_worker_map, done
[Tue Oct 15 12:11:00 2002] [jk_worker.c (102)]: wc_open, done
[Tue Oct 15 12:11:23 2002] [jk_isapi_plugin.c (555)]: HttpFilterProc started
[Tue Oct 15 12:11:23 2002] [jk_isapi_plugin.c (600)]: In HttpFilterProc Virtual Host redirection of /localhost/examples/jsp/num/numguess.jsp
[Tue Oct 15 12:11:23 2002] [jk_uri_worker_map.c (351)]: Into jk_uri_worker_map_t::map_uri_to_worker
[Tue Oct 15 12:11:23 2002] [jk_uri_worker_map.c (368)]: Attempting to map URI '/localhost/examples/jsp/num/numguess.jsp'
[Tue Oct 15 12:11:23 2002] [jk_uri_worker_map.c (416)]: jk_uri_worker_map_t::map_uri_to_worker, Found a suffix match ajp13 -> *.jsp
[Tue Oct 15 12:11:23 2002] [jk_isapi_plugin.c (617)]: HttpFilterProc [examples/jsp/num/numguess.jsp] is a servlet url - should redirect to ajp13
[Tue Oct 15 12:11:23 2002] [jk_isapi_plugin.c (639)]: HttpFilterProc check if [examples/jsp/num/numguess.jsp] is points to the web-inf directory
[Tue Oct 15 12:11:23 2002] [jk_isapi_plugin.c (679)]: HttpExtensionProc started
[Tue Oct 15 12:11:23 2002] [jk_worker.c (123)]: Into wc_get_worker_for_name ajp13
[Tue Oct 15 12:11:23 2002] [jk_worker.c (127)]: wc_get_worker_for_name, done did not found a worker
[Tue Oct 15 12:11:23 2002] [jk_isapi_plugin.c (701)]: HttpExtensionProc could not get a worker for name ajp13
[Tue Oct 15 12:11:23 2002] [jk_isapi_plugin.c (722)]: HttpExtensionProc error, could not get a worker for name ajp13

I have no idea why it cannot get the worker. This is the prop file I have:

workers.tomcat_home=c:\tomcat
workers.java_home=c:\jdk1.3.1_04
ps=\
worker.list = ajp13
worker.ajp13.type = ajp13
worker.ajp13.host = localhost
worker.ajp13.port = 8009

Any ideas?

Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 13 2002
Added on Oct 15 2002
6 comments
361 views