> -----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 <error-type> tag. However there is no corresponding wildcard to catch more than one <error-code> at a time, so you have to config each code separately. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
