You can customize the error page by adding the following entry to your web.xml:
| <error-page>
| <error-code>500</error-code>
| <location>/yourCustomErrorPage.jsp</location>
| </error-page>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985354#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...