You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/07/04 11:24:54 UTC

DO NOT REPLY [Bug 21341] New: - Error page mechanism not working

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: tomcat-dev@jakarta.apache.org
        ReportedBy: kevinj@develop.com


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: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org