RE: Tomcat connector receives 404, IIS logs 200

2008-09-02 Thread Karim Zaki
I checked and there's no custom error page. As for the browser, it shows 
Tomcat's 404 error page. However, the IIS logs still show a 200.


From: Rainer Jung [EMAIL PROTECTED]
Sent: Monday, September 01, 2008 04:43
To: Tomcat Users List
Subject: Re: Tomcat 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
 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]

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



Re: Tomcat connector receives 404, IIS logs 200

2008-09-01 Thread bhooshanpandit
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 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]



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