[jboss-user] [Installation, Configuration & Deployment] - Re: using error-page in web.xml for custom error page
erasmomarciano
do-not-reply at jboss.com
Thu Oct 1 05:54:09 EDT 2009
try
<error-page>
<error-code>404</error-code>
/error404.jsp
</error-page>
<error-page>
<error-code>500</error-code>
/error500.jsp
</error-page>
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258081#4258081
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258081
More information about the jboss-user
mailing list