Re: error-page not working properly

2004-12-13 Thread Chris Cherrett
Seems that I have preformed an ID10T error! Thanks for the help != Thanks for the help On December 13, 2004 01:13 pm, Steve Kirk wrote: > > -Original Message- > > From: Chris Cherrett [mailto:[EMAIL PROTECTED] > > > > Is there a way to catch all exceptions that works in Tomcat 5 > >

RE: error-page not working properly

2004-12-13 Thread Steve Kirk
> -Original Message- > From: Chris Cherrett [mailto:[EMAIL PROTECTED] > > Is there a way to catch all exceptions that works in Tomcat 5 You can catch all Exceptions/Throwables and their subclasses by configuring java.lang.Exception or java.lang.Throwable in the tag. However there is

RE: error-page not working properly

2004-12-13 Thread Mike Curwen
As written by you, it's true. for HTTP error codes, you need , not 404 /error/404.jsp That's a snip from our (working) web.xml in TC5.0.29 > -Original Message- > From: Chris Cherrett [mailto:[EMAIL PROTECTED] > Sent: Sunday, December

RE: error-page not working properly

2004-12-13 Thread Shapira, Yoav
Hi, It works fine for me. You might be having other errors which are clouding this problem. By the way, error pages like this are part of the Spec, and as such covered both by our internal tests and the Servlet/JSP TCKs which are run independently on every Tomcat release. Yoav Shapira http://ww