RE: Tomcat connector receives 404, IIS logs 200

2008-09-02 Thread Karim Zaki
connector receives 404, IIS logs 200 [EMAIL PROTECTED] wrote: Are you sure you don't have something like this in your Tomcat's web.xml: error-page error-code404/error-code location/Failure.jsp/location /error-page What response do you get in browser when you try to access a resource

Re: Tomcat connector receives 404, IIS logs 200

2008-09-01 Thread bhooshanpandit
://CATALINA_HOST:PORT/some_resource_that_does_not_exist? -Original Message- From: Karim Zaki [EMAIL PROTECTED] To: users@tomcat.apache.org users@tomcat.apache.org Sent: Sat, 30 Aug 2008 2:03 am Subject: Tomcat connector receives 404, IIS logs 200 Hi all, I'm running a Windows Server 2003

Re: Tomcat connector receives 404, IIS logs 200

2008-09-01 Thread Rainer Jung
[EMAIL PROTECTED] wrote: Are you sure you don't have something like this in your Tomcat's web.xml: error-page error-code404/error-code location/Failure.jsp/location /error-page What response do you get in browser when you try to access a resource that does not exist on TC, after by-passing

Tomcat connector receives 404, IIS logs 200

2008-08-29 Thread Karim Zaki
Hi all, I'm running a Windows Server 2003 machine with IIS 6 and version 1.2.26.0 of the connector. The back-end server is running Tomcat 5.0.28. When making a request to a URL that doesn't exist on the back-end, I see the following behavior: 1. The Tomcat access log shows a 404 response