0 Replies Latest reply on May 6, 2003 11:46 AM by dcowan

    Howto keep compiled JSP pages in JBoss 3.2.x with embedded T

    dcowan

      Since I had trouble figuring this out I thought I would share how I did this.

      You need to add 2 parameters to jboss-service.xml in default\deploy\jbossweb-tomcat.sar\META-INF

      false

      add this right before




      Also change



      to



      This will create a directory in server/default/tmp that will not get removed on webapp redeploys or on jboss restarts. All compiled jsp pages will be kept so you don't have to wait for a recompile every time you restart jboss. If you make a change to a jsp tomcat will detect it and re-compile it for you.