RE: Tomcat/Web application conf: status code 404 versus status code 302 + 200

2004-04-09 Thread Farid C
Friday, April 09, 2004 6:25 AM > To: [EMAIL PROTECTED] > Subject: Tomcat/Web application conf: status code > 404 versus status code 302 > + 200 > > Good Morning > > We use Tomcat 5.0.18 with 2 instances: > > A) > For the both instances, we catch the 404 sta

RE: Tomcat/Web application conf: status code 404 versus status code 302 + 200

2004-04-09 Thread Daniel Huang
2004 6:25 AM To: [EMAIL PROTECTED] Subject: Tomcat/Web application conf: status code 404 versus status code 302 + 200 Good Morning We use Tomcat 5.0.18 with 2 instances: A) For the both instances, we catch the 404 status code returned in the http response to display an index page. file web.xml:

Tomcat/Web application conf: status code 404 versus status code 302 + 200

2004-04-09 Thread Farid C
Good Morning We use Tomcat 5.0.18 with 2 instances: A) For the both instances, we catch the 404 status code returned in the http response to display an index page. file web.xml: 404 /index.jsp B) If a web browser asks a non existing url, as expected the 2 tomcat instances return the index.js