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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to