0 Replies Latest reply on Nov 24, 2004 2:26 AM by erezharari

    Configuration of <error-page> in web.xml does not work

    erezharari

      i'm using jboss 3.2.6 with tomcat.
      i configured error-page:

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

      however, not all exceptions are directed to the error page..

      why is that?