1 Reply Latest reply on Aug 17, 2006 4:40 PM by meselfe

    Error-page not showing

    meselfe


      my web.xml contains this:

      <error-page>
      <exception-type>java.lang.Throwable</exception-type>
      /error.jsp
      </error-page>

      and the error.jsp is marked with <@ page isErrorPage="true" >

      but still when an exception occurs the browser only shows its own http 500 error page??