4 Replies Latest reply on Jan 12, 2004 2:13 AM by gfzhang

    Where to put the Pre-compiled JSP files?

    gfzhang

      We use JBoss 3.0.8-Tomcat-4.1.24.

      Our web application has a lot of JSP files. These JSP files will be included by one temple jsp file by JSP's include directive(The URL will determine which JSP file will be included).

      We want to pre-compile the JSP files before deploy the application so that the users can access the pages faster.

      I know that Tomcat Engine in JBoss place the compiled JSP file in work\MainEngine\localhost directory. If We also place our pre-compiled JSP files in that directory(we can make the structure of the directory the same as that Tomcat created), does this solution work?

      Or someone could kindly tell us how to deploy the pre-compiled JSP files.