Hi,

I have been charged with getting IIS 5 talking to Tomcat 4.1.24

I have completed all the instructions and have the isapi filter running and spitting 
out its log information to a log file in tomcat and so on, so I know that JSP requests 
are getting into the isapi filter OK.

However, when I request my test jsp

http://intranet/taglibs/index.jsp

I get the error...

The specified module could not be found. 

Looking in the IIS log I see an error 500 code for this response

2003-05-29 11:27:35 150.150.100.247 - 150.150.100.247 80 GET 
/tomcat/isapi_redirector.dll - 500 Mozilla/4.0+(compatible;+MSIE+5.5;+Windows+NT+5.0)

And in the isapi log the request gives

[Thu May 29 12:27:35 2003]  [jk_isapi_plugin.c (696)]: HttpFilterProc started
[Thu May 29 12:27:35 2003]  [jk_isapi_plugin.c (759)]: In HttpFilterProc Virtual Host 
redirection of /intranet/taglibs/index.jsp
[Thu May 29 12:27:35 2003]  [jk_uri_worker_map.c (460)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Thu May 29 12:27:35 2003]  [jk_uri_worker_map.c (477)]: Attempting to map URI 
'/intranet/taglibs/index.jsp'
[Thu May 29 12:27:35 2003]  [jk_uri_worker_map.c (599)]: 
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Thu May 29 12:27:35 2003]  [jk_isapi_plugin.c (765)]: In HttpFilterProc test Default 
redirection of /taglibs/index.jsp
[Thu May 29 12:27:35 2003]  [jk_uri_worker_map.c (460)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Thu May 29 12:27:35 2003]  [jk_uri_worker_map.c (477)]: Attempting to map URI 
'/taglibs/index.jsp'
[Thu May 29 12:27:35 2003]  [jk_uri_worker_map.c (502)]: 
jk_uri_worker_map_t::map_uri_to_worker, Found a context match testWorker -> /taglibs/
[Thu May 29 12:27:35 2003]  [jk_uri_worker_map.c (558)]: 
jk_uri_worker_map_t::map_uri_to_worker, Found a suffix match testWorker -> *.jsp
[Thu May 29 12:27:35 2003]  [jk_isapi_plugin.c (775)]: HttpFilterProc 
[/taglibs/index.jsp] is a servlet url - should redirect to testWorker
[Thu May 29 12:27:35 2003]  [jk_isapi_plugin.c (838)]: HttpFilterProc check if 
[/taglibs/index.jsp] is points to the web-inf directory

My workers.properties file is

worker.list=testWorker
worker.testWorker.port=8009
worker.testWorker.host=localhost
worker.testWorker.type=ajp13

My uriworkermap.properties is

/taglibs/*=testWorker
/taglibs/*.jsp=testWorker
/taglibs/servlet/*=testWorker


<FONT SIZE=1 FACE="VERDANA,ARIAL" COLOR=BLUE> 
-------------------------------------------------------
QAS Ltd.
Developers of QuickAddress Software
<a href="http://www.qas.com";>www.qas.com</a>
Registered in England: No 2582055
Registered in Australia: No 082 851 474
-------------------------------------------------------
</FONT>


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

Reply via email to