Add the following to your web.xml file:
<error-page>
| <error-code>404</error-code>
| <location>/yourErrorPage.html</location>
| </error-page>
Of course, yourErrorPage.html must be part of your application.
If you want it globally used, try adding the above to
server/default/deploy/jbossweb-tomcat55.sar/conf/web.xml
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074616#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...