You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Adrian Stabiszewski <ad...@nitegate.de> on 2000/12/04 18:23:52 UTC

Tomcat and IIS 5

tomcat.log file not foundHi!

I have some problems with Tomcat 3.2 and IIS5. When I try to access the example pages I get a "Not Found 404" error:
Not Found (404)
Original request: /jakarta/isapi_redirect.dll

Not found request: /jakarta/isapi_redirect.dll 


The tomcats log looks like that:

2000-12-04 06:12:44 - ContextManager: Adding context Ctx( /examples )
2000-12-04 06:12:44 - ContextManager: Adding context Ctx( /admin )
Starting tomcat. Check logs/tomcat.log for error messages
2000-12-04 06:12:44 - ContextManager: Adding context Ctx( /dcfa )
2000-12-04 06:12:44 - ContextManager: Adding context Ctx( /sbs )
2000-12-04 06:12:44 - ContextManager: Adding context Ctx( /andromeda )
2000-12-04 06:12:48 - ContextManager: Adding context Ctx(  )
2000-12-04 06:12:50 - ContextManager: Adding context Ctx( /test )
2000-12-04 06:12:52 - PoolTcpConnector: Starting HttpConnectionHandler on 8080
2000-12-04 06:12:52 - PoolTcpConnector: Starting Ajp12ConnectionHandler on 8007
2000-12-04 06:13:28 - Ctx(  ): 404 R(  + /jakarta/isapi_redirect.dll + null) null
2000-12-04 06:13:32 - Ctx(  ): 404 R(  + /jakarta/isapi_redirect.dll + null) null

The IIS log looks like that:

#Software: Microsoft Internet Information Services 5.0
#Version: 1.0
#Date: 2000-12-04 12:31:22
#Fields: date time c-ip cs-username s-ip s-port cs-method cs-uri-stem cs-uri-query sc-status cs(User-Agent) 
2000-12-04 17:13:28 192.168.10.10 - 192.168.10.21 80 GET /jakarta/isapi_redirect.dll - 200 Mozilla/4.0+(compatible;+MSIE+5.5;+Windows+NT+5.0)
2000-12-04 17:13:32 192.168.10.10 - 192.168.10.21 80 GET /jakarta/isapi_redirect.dll - 200 Mozilla/4.0+(compatible;+MSIE+5.5;+Windows+NT+5.0)



I have followed the tomcat-iis-howto.html step by step. In the troubleshooting section there is only one solution for my problem:

...
If the number following GET "/..." is 200 or 403, make sure you have checked Execute Access for the jakarta virtual directory in the Advanced Options of the Personal Web Manager. 


The virtual directory has definetly execute access. 
Does anybody know another solutions for this problem?

thanks,

Adrian.