7 Replies Latest reply on Oct 13, 2005 6:44 AM by treespace

    Custom 404 in web.xml not working

      I added this to my web.xml but the standard 404 page is displayed in the browser. I expected a custom page. The war file is in an ear for whatever that's worth.

      <error-page>
      <error-code>404</error-code>
      /NotFound.jsp
      </error-page>

      Using JBoss 3.2.7 with Tomcat built-in