3 Replies Latest reply on Dec 12, 2003 11:00 PM by draftdog

    Precomiled JSPs get error 404

    jesyntax

      I am pre-compiling JSPs with the Ant JspC task, then compiling them into classes using the steps described in "Java Development Using Ant." Then I deploy them in an EAR under WEB-INF/classes/ and try to open the URL to my login page. The Login action responds with an Error 404 indicating that one of the JSPs is missing. How do I tell it to look in the xxx_jsp.class files and not to look for any .jsp files? Using Struts and Tiles.