[jboss-user] [Installation, Configuration & Deployment] - Re: using error-page in web.xml for custom error page
asafz
do-not-reply at jboss.com
Tue Sep 29 14:41:49 EDT 2009
Just wanted to add that when mapping 404 errors to custom disaply page it works just fine:
<error-page>
<error-code>404</error-code>
/pages/error.html
</error-page>
so it looks like there is some special problem with 500 errors...
any ideas?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4257728#4257728
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4257728
More information about the jboss-user
mailing list