I am trying to get IIS/PWS to redirect servlet and jsp requests to Tomcat via the isapi_redirect.dll.
I can see activity in the isapi.log file which indicates the filter is trapping on the URL and 
(supposedly) redirecting to it to the Tomcat process.  But I always get 404 Not Found responses in the browser. 
 
I want to determine what is happening (if anything) on the Tomcat process side.
 
Basically, I am looking for a way to determine if the filtered request is indeed being sent to Tomcat
what if anything Tomcat is doing with it.
 
How can I check this?? 
 
I don't see the logs/tomcat.log file that is advertised when Tomcat starts up.
 
Environment is Tomcat3.2.1 on Windows NT4.0 using PWS 4.0 Service Pack 5.
 
Thanks,
Keith
 

Reply via email to