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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...