DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21341>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21341 Error page mechanism not working Summary: Error page mechanism not working Product: Tomcat 5 Version: 5.0.3 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I have an error-page entry in my web.xml file like this <error-page> <exception-type>com.develop.ejweb.lab.exception.BlogException</exception-type> <location>/WEB-INF/error.jsp</location> </error-page> If I throw a BlogException the page does not get displayed The exact same code works fine under Tomcat 4.1 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]