1 Reply Latest reply on Feb 13, 2003 1:42 PM by dcowan

    Compiling JSP on startup

    donovana

      Hi,

      Is there a way to force all JSPs to be compiled on startup, or for me to compile them before deployment?
      I am running jboss-3.0.4_tomcat-4.1.12.

      Andy

        • 1. Re: Compiling JSP on startup
          dcowan

          I got tired of this same problem. I can't believe there is not a flag in tomcat to force it to compile jsp's on a deploy. I wrote a utility that will go through and compile the pages for you on local or remote servers. I also have information on my page about how to force tomcat to keep compiled pages so that you don't have to recompile on every jboss restart or on every re-deploy of your webapp.

          http://dcowan.com/dev/prejsp/