You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Durham David Cntr 805CSS/SCBE <Da...@scott.af.mil> on 2002/08/08 16:04:14 UTC

IIS 5 and Tomcat 4 configuration

I'm having a problem trying to set up the isapi redirect.

The isapi filter is setup and shows a green arrow.

http://ip.address:8080/examples/jsp/index.html   will load fine

https://ip.address/examples/jsp/index.html  will not load, but IIS is trying to redirect

here's the relevant iis_log entries:

[Wed Aug 07 15:54:34 2002]  [jk_uri_worker_map.c (368)]: Attempting to map URI '/131.9.21.40/examples/jsp/index.html'
[Wed Aug 07 15:54:34 2002]  [jk_uri_worker_map.c (456)]: 
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Wed Aug 07 15:54:34 2002]  [jk_isapi_plugin.c (678)]: In HttpFilterProc 
test Default redirection of /examples/jsp/index.html
[Wed Aug 07 15:54:34 2002]  [jk_uri_worker_map.c (351)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Wed Aug 07 15:54:34 2002]  [jk_uri_worker_map.c (368)]: Attempting to map 
URI '/examples/jsp/index.html'
[Wed Aug 07 15:54:34 2002]  [jk_uri_worker_map.c (391)]: 
jk_uri_worker_map_t::map_uri_to_worker, Found a context match ajp13 -> 
/examples/
[Wed Aug 07 15:54:34 2002]  [jk_isapi_plugin.c (688)]: HttpFilterProc 
[/examples/jsp/index.html] is a servlet url - should redirect to ajp13
[Wed Aug 07 15:54:34 2002]  [jk_isapi_plugin.c (737)]: HttpFilterProc check 
if [/examples/jsp/index.html] is points to the web-inf directory


uriworkermap.properties looks like:

/examples/*=ajp13

workers.properties is the example from the manual with correct java.home and catalina.home, and the host entry was changed to the ip address.


My System info:
	-jdk 1.4
	-windows2000
	-IIS5
	-jakarta-tomcat-4.0.4
	-isapi_redirect from tomcat-3.3.1 binaries


I think that the problem might with the connectors in the server.xml, but I'm not sure exactly where .  I am using the server.xml that comes with jakarta-tomcat-4.0.4.zip

I apprectiate any help.

-Dave

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>