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#3985354

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985354
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to