3 Replies Latest reply on Oct 15, 2003 12:31 PM by neilharvey

    Tomcat5 and JSP compilation

    peterk2

      I am using JBoss 3.2.2 RC4 with Tomcat5 bundle from source distribution.
      (works excelent).

      I also reconfigured JSP servlet (deploy/jbossweb-tomcat50.sar/web.xml) to use scratchdir (D:/temp).

      When I access the JSP page tomcat writes generated java files and compiled classes to this directory, which stays intact after the JBoss is shutdown.
      (so far everything seems ok)

      However when I start the JBoss again, tomcat ignores the files and recompiles the JSPs again!

      What am I missing ?

      Thanks in advance,
      Peter