RE: Custom HTTP 503 Error Page Not Working - Tomcat 5.5.15

2006-05-12 Thread Rick G
Error Page Not Working - Tomcat 5.5.15 Subject: RE: Custom HTTP 503 Error Page Not Working - Tomcat 5.5.15 Thanks, Chuck. In my case, the default servlet/container DID send the HTTP 503 error back, displaying the error with the Tomcat default 503 error page, instead of the custom error page.

RE: Custom HTTP 503 Error Page Not Working - Tomcat 5.5.15

2006-02-05 Thread Yue Mu
"Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: > From: Yue Mu [mailto:[EMAIL PROTECTED] > Subject: RE: Custom HTTP 503 Error Page Not Working - Tomcat 5.5.15 > > If the sendError method is called on the response, I think the above clause lets the container off

RE: Custom HTTP 503 Error Page Not Working - Tomcat 5.5.15

2006-02-04 Thread Caldarale, Charles R
> From: Yue Mu [mailto:[EMAIL PROTECTED] > Subject: RE: Custom HTTP 503 Error Page Not Working - Tomcat 5.5.15 > > If the sendError method is called on the response, I think the above clause lets the container off the hook, since the app code could not have used the sendError m

RE: Custom HTTP 503 Error Page Not Working - Tomcat 5.5.15

2006-02-04 Thread Yue Mu
Thanks, Charles. I should have mentioned that I have tried to use the global web.xml but it does not work either. (Just keep the error pages in the same place, and add the 's in the global web.xml in $TOMCAT_HOME/conf) According to the spec, it should catch 4xx and 5xx. From S

RE: Custom HTTP 503 Error Page Not Working - Tomcat 5.5.15

2006-02-04 Thread Caldarale, Charles R
> From: Yue Mu [mailto:[EMAIL PROTECTED] > Subject: Custom HTTP 503 Error Page Not Working - Tomcat 5.5.15 > > However, when the web application is stopped (unavailable), > it returns the default Tomcat 503 error page (see below), > not the custom error page. If the application is not available,