Re: Connector Issue - Tomcat 6.0/IIS 6.0

2009-05-08 Thread Rainer Jung
I can see the problem, but I don't yet have a solution. Usually the filter part of the redirector hecks whether to forward, saves the URL and sets the special URL /jakarta/isapi_redirect.dll. Then IIS calls the extension part of the redirector, which extracts the saved URL and does the forwarding.

Re: Connector Issue - Tomcat 6.0/IIS 6.0

2009-05-08 Thread samr
The redirect dll name is isapi_redirect.dll On the IIS: I am running IIS 6.0, .net Framework 3.5. I have a default website with several virtual directories. Most of them are asp.net sites. jakarta is also another virtual directory with execute access. The default App pool is configured to

Re: Connector Issue - Tomcat 6.0/IIS 6.0

2009-05-07 Thread Rainer Jung
Your log snippet indicates, that the request was successfully forwarded to Tomcat and Tomcat returned with 404. Since you left out to much from the log, we can't say for sure, whether thew request in the redirector log is the same, as the 200 request in the IIS log. If you can provide access to

Re: Connector Issue - Tomcat 6.0/IIS 6.0

2009-05-07 Thread samr
Accessing the same url from localhost:8080 displays the page without any problem. I have attached the IIS_Redirect log when accessing the url :http://localhost/examples/jsp/jsp2/el/basic-arithmetic.jsp The IIS Log from W3SVC for the same is: #Software: Microsoft Internet Information Services