4 Replies Latest reply on Nov 21, 2003 6:34 PM by peixubin

    precompile jsp

      I have this war :

      --index.jsp
      +test
      |--index.jsp
      |--hello.jsp
      +WEB-INF
      |---web.xml

      I want to use precompile JSP,but the generated java file by ant's jspc
      have duplicate class , How I do?