Hi,
I am trying to replace the default Tomcat error page for my web applications. I understand that I can specify <error-page> in the web.xml deployment descriptor, but that would require me to do that for every single error code. Looking at the HTTP response code, there is a potentially long list of code that I might be interested in handling.
Is there a simple way to trap these errors and redirect to my specific error page?
Thanks, -- Rick
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
