RE: customized error page for tomcat depending on code

2007-07-10 Thread Propes, Barry L
2:58 PM To: Tomcat Users List Subject: RE: customized error page for tomcat depending on code > From: Propes, Barry L [mailto:[EMAIL PROTECTED] > Subject: RE: customized error page for tomcat depending on code > > I believe the webapp catches it prior to that, Chuck. If the weba

RE: customized error page for tomcat depending on code

2007-07-10 Thread Propes, Barry L
quare peg in a round hole." -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 10, 2007 2:58 PM To: Tomcat Users List Subject: RE: customized error page for tomcat depending on code > From: Propes, Barry L [mailto:[EMAIL PROTECTED] > Subject:

RE: customized error page for tomcat depending on code

2007-07-10 Thread Caldarale, Charles R
> From: Propes, Barry L [mailto:[EMAIL PROTECTED] > Subject: RE: customized error page for tomcat depending on code > > I believe the webapp catches it prior to that, Chuck. If the webapp catches the exception, then how could you expect Tomcat to process it? > And FYI, I tried

RE: customized error page for tomcat depending on code

2007-07-10 Thread Propes, Barry L
: Tuesday, July 10, 2007 1:25 PM To: Tomcat Users List Subject: RE: customized error page for tomcat depending on code > From: Propes, Barry L [mailto:[EMAIL PROTECTED] > Subject: RE: customized error page for tomcat depending on code > > > java.sql.SQL

RE: customized error page for tomcat depending on code

2007-07-10 Thread Caldarale, Charles R
> From: Propes, Barry L [mailto:[EMAIL PROTECTED] > Subject: RE: customized error page for tomcat depending on code > > > java.sql.SQLException.Exhausted ResultsSet > /chngctrl/500error.jsp > You don't really have a space in the middle of a class na

RE: customized error page for tomcat depending on code

2007-07-10 Thread Propes, Barry L
actually it seems there's no specific number for it, just under the 500 umbrella. However, is there a way to make the root cause of an error - along with its exception class -- as part of an error exception type attribute in the web.xml file? i.e.