[EMAIL PROTECTED] wrote:
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>?

And what result do you get in your Browser, when using IIS/isapi redirector/Tomcat? Do you get back a 404 or a 200?

---------------------------------------------------------------------
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