customized error page for tomcat depending on code

2007-07-10 Thread Propes, Barry L
someone else posted a similar topic the other day, but I didn't want to thread-hijack so I started this new topic. Anyone know of the error code number for an Exhausted ResultSet error? Or does it just fall under the generic 500 error series? i.e. like a page not found is 404 or forbidden

RE: customized error page for tomcat depending on code

2007-07-10 Thread Propes, Barry L
:[EMAIL PROTECTED] Sent: Tuesday, July 10, 2007 11:55 AM To: Tomcat Users List Subject: customized error page for tomcat depending on code someone else posted a similar topic the other day, but I didn't want to thread-hijack so I started this new topic. Anyone know of the error code number

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 error-page exception-typejava.sql.SQLException.Exhausted ResultsSet/exception-type location/chngctrl/500error.jsp/location /error-page You don't really have

RE: customized error page for tomcat depending on code

2007-07-10 Thread Propes, Barry L
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 error-page exception-typejava.sql.SQLException.Exhausted

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 it with a space

RE: customized error page for tomcat depending on code

2007-07-10 Thread Propes, Barry L
. -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

RE: customized error page for tomcat depending on code

2007-07-10 Thread Propes, Barry L
(Exhausted Resultset)) { connection.close(); } } -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