0 Replies Latest reply on Apr 8, 2004 2:50 AM by frodeh

    How to retrieve the missing URL when using


      I have :
      <error-page>
      <error-code>404</error-code>
      < location>/404.jsp< /location>
      </error-page>
      in my web.xml.

      Is there any way I can find out the original request that caused the 404.jsp to be invoked ?