[jboss-user] [JBoss Portal] - How to display customized http status error page?

littleprince do-not-reply at jboss.com
Wed Aug 13 04:04:28 EDT 2008


Hi all,
How to customise/redirect to a error page when there is a http status error page like error 404, 403?

i tried to put the code below at my portlet web.xml but not seems to work.
<error-page>
        	<error-code>403</error-code>
        	/error/error.jsp
</error-page>

Any suggestions?

  	

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4170247#4170247

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4170247



More information about the jboss-user mailing list