0 Replies Latest reply on Aug 13, 2008 4:04 AM by littleprince

    How to display customized http status error page?

    littleprince

      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?