I'm getting the following error in the isapi_redirect.log file:

[Tue Oct 15 12:34:16 2002]  [jk_isapi_plugin.c (655)]: Detected IIS >= 5.0
[Tue Oct 15 12:34:16 2002]  [jk_isapi_plugin.c (696)]: HttpFilterProc started
[Tue Oct 15 12:34:16 2002]  [jk_isapi_plugin.c (759)]: In HttpFilterProc Virtual Host 
redirection of /localhost/examples/jsp/num/numguess.jsp
[Tue Oct 15 12:34:16 2002]  [jk_uri_worker_map.c (460)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Tue Oct 15 12:34:16 2002]  [jk_uri_worker_map.c (477)]: Attempting to map URI 
'/localhost/examples/jsp/num/numguess.jsp'
[Tue Oct 15 12:34:16 2002]  [jk_uri_worker_map.c (558)]: 
jk_uri_worker_map_t::map_uri_to_worker, Found a suffix match ajp13 -> *.jsp
[Tue Oct 15 12:34:16 2002]  [jk_isapi_plugin.c (775)]: HttpFilterProc 
[/examples/jsp/num/numguess.jsp] is a servlet url - should redirect to ajp13
[Tue Oct 15 12:34:16 2002]  [jk_isapi_plugin.c (838)]: HttpFilterProc check if 
[/examples/jsp/num/numguess.jsp] is points to the web-inf directory
[Tue Oct 15 12:34:16 2002]  [jk_isapi_plugin.c (806)]: Using registry.
[Tue Oct 15 12:34:16 2002]  [jk_isapi_plugin.c (808)]: Using log file 
C:\tomcat\logs\iis_redirect.log.
[Tue Oct 15 12:34:16 2002]  [jk_isapi_plugin.c (809)]: Using log level 0.
[Tue Oct 15 12:34:16 2002]  [jk_isapi_plugin.c (810)]: Using extension uri 
/jakarta/isapi_redirect.dll.
[Tue Oct 15 12:34:16 2002]  [jk_isapi_plugin.c (811)]: Using worker file 
C:\tomcat\conf\workers.properties.
[Tue Oct 15 12:34:16 2002]  [jk_isapi_plugin.c (812)]: Using worker mount file 
C:\tomcat\conf\uriworkermap.properties.
[Tue Oct 15 12:34:16 2002]  [jk_uri_worker_map.c (159)]: Into 
jk_uri_worker_map_t::uri_worker_map_alloc
[Tue Oct 15 12:34:16 2002]  [jk_uri_worker_map.c (199)]: Into 
jk_uri_worker_map_t::uri_worker_map_open
[Tue Oct 15 12:34:16 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:34:16 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:34:16 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:34:16 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:34:16 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:34:16 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:34:16 2002]  [jk_uri_worker_map.c (324)]: 
jk_uri_worker_map_t::uri_worker_map_open, done
[Tue Oct 15 12:34:16 2002]  [jk_worker.c (82)]: Into wc_open
[Tue Oct 15 12:34:16 2002]  [jk_worker.c (207)]: Into build_worker_map, creating 1 
workers
[Tue Oct 15 12:34:16 2002]  [jk_worker.c (213)]: build_worker_map, creating worker 
ajp12
[Tue Oct 15 12:34:16 2002]  [jk_worker.c (138)]: Into wc_create_worker
[Tue Oct 15 12:34:16 2002]  [jk_worker.c (152)]: wc_create_worker, about to create 
instance ajp12 of ajp12
[Tue Oct 15 12:34:16 2002]  [jk_ajp12_worker.c (264)]: Into ajp12_worker_factory
[Tue Oct 15 12:34:16 2002]  [jk_worker.c (161)]: wc_create_worker, about to validate 
and init ajp12
[Tue Oct 15 12:34:16 2002]  [jk_ajp12_worker.c (182)]: Into jk_worker_t::validate
[Tue Oct 15 12:34:16 2002]  [jk_ajp12_worker.c (194)]: In jk_worker_t::validate for 
worker ajp12 contact is localhost:8007
[Tue Oct 15 12:34:16 2002]  [jk_worker.c (177)]: wc_create_worker, done
[Tue Oct 15 12:34:16 2002]  [jk_worker.c (223)]: build_worker_map, removing old ajp12 
worker 
[Tue Oct 15 12:34:16 2002]  [jk_worker.c (235)]: build_worker_map, done
[Tue Oct 15 12:34:16 2002]  [jk_worker.c (102)]: wc_open, done
[Tue Oct 15 12:34:16 2002]  [jk_isapi_plugin.c (679)]: HttpExtensionProc started
[Tue Oct 15 12:34:16 2002]  [jk_worker.c (123)]: Into wc_get_worker_for_name ajp13
[Tue Oct 15 12:34:16 2002]  [jk_worker.c (127)]: wc_get_worker_for_name, done did not 
found a worker
[Tue Oct 15 12:34:16 2002]  [jk_isapi_plugin.c (701)]: HttpExtensionProc could not get 
a worker for name ajp13
[Tue Oct 15 12:34:16 2002]  [jk_isapi_plugin.c (722)]: HttpExtensionProc error, could 
not get a worker for name ajp13


I'm not sure why it cannot get a worker. Any ideas about what could be wrong. I used 
this link to try to get some help: 
http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/index.html and I didn't 
notice much difference in what I did and what they had. I restarted both Tomcat and 
IIS and I have nothing.

Thanks,

Lior Shliechkorn

PS - and thanks to those who helped me get this far.

 



---------------------------------
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos, & more
faith.yahoo.com

Reply via email to