Handling 404 thru web.xml

2006-05-10 Thread MC Moisei
Hi, Do you know of any issue involving error handling in tomcat (5.5.9) ? Here's the deal. I defined in my web.xml the following entry error-page error-code404/error-code location/portal.do/location /error-page When I call, say portal1.do, a page that doesn't exists I get a forward to

RE: Handling 404 thru web.xml

2006-05-10 Thread Tim Lucia
:59 AM To: users@tomcat.apache.org Subject: Handling 404 thru web.xml Hi, Do you know of any issue involving error handling in tomcat (5.5.9) ? Here's the deal. I defined in my web.xml the following entry error-page error-code404/error-code location/portal.do/location /error-page When

RE: Handling 404 thru web.xml

2006-05-10 Thread MC Moisei
Thanks Tim! Yeah, that's pretty much what I figured out but is there a workaround for that ? MC From: Tim Lucia [EMAIL PROTECTED] Reply-To: Tomcat Users List users@tomcat.apache.org To: 'Tomcat Users List' users@tomcat.apache.org Subject: RE: Handling 404 thru web.xml Date: Wed, 10 May

RE: Handling 404 thru web.xml

2006-05-10 Thread Tim Lucia
-Original Message- From: MC Moisei [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 10, 2006 12:27 PM To: users@tomcat.apache.org Subject: RE: Handling 404 thru web.xml Thanks Tim! Yeah, that's pretty much what I figured out but is there a workaround for that ? MC From: Tim Lucia [EMAIL PROTECTED

RE: Handling 404 thru web.xml

2006-05-10 Thread MC Moisei
[EMAIL PROTECTED] Reply-To: Tomcat Users List users@tomcat.apache.org To: 'Tomcat Users List' users@tomcat.apache.org Subject: RE: Handling 404 thru web.xml Date: Wed, 10 May 2006 13:20:44 -0400 Workaround? You speak as if it is broken, when it is behaving as it should. If you look

RE: Handling 404 thru web.xml

2006-05-10 Thread MC Moisei
: Handling 404 thru web.xml Date: Wed, 10 May 2006 12:50:58 -0500 Tim I appreciate you're so prompt on this isssue. If you look to the second stack trace I sent you'd see that none of my filters are executed when the forward is happening. I'm not keen at all for a redirect what I'd need is to have