[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Error-page not showing

meselfe do-not-reply at jboss.com
Thu Aug 17 16:38:20 EDT 2006


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??

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965885#3965885

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965885



More information about the jboss-user mailing list