Hello,

I have a peculiar problem with Tomcat 4.0.4.

My web.xml contains a bunch of <error-page> elements pointing at error handlers for 
various exceptions. When one of these exceptions is invoked in a JSP, everything goes 
fine but when it happens in a servlet, the standard Tomcat error page is displayed 
instead.

After carefully examining the 2.3 Servlet Specification I don't think Tomcat's 
supposed to do that. Am I mis-reading the specification or is Tomcat not conforming? 
Or is there some configuration parameter I haven't found?

Any advice appreciated.

jh

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to