Are you sure you don't have something like this in your Tomcat's web.xml:

<error-page>
 <error-code>404</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 IIS i.e. http://<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 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 (expected)
2. The Tomcat connector log shows it received a 404 from Tomcat (expected)
3. The IIS log shows a 200 (unexpected)

Any ideas on how this might happen? I have logs from all three to provide when
needed. Just thought to check if anyone's seen this before.

Thanks,
Karim

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






________________________________________________________________________
You are invited to Get a Free AOL Email ID. - http://webmail.aol.in


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to