Precompile your JSPs for Tomcat 4.x
Filip Hanik has provided a nice Ant script for pre-compiling JSPs. Its designed to be run after you've deployed your application to Tomcat. On my current project, it took 1 minute 30 seconds to compile all our JSPs - making it a candidate for new QA and Production deployments only. I'll be adding this to AppFuse's next release and verifying it actually works before I release. I know the compile works, but I want to make sure that my .java and .class files aren't rebuilt the first time I hit a JSP (I've seen this before). Also, you might want to checkout my issues if you run into problems.
Update: I've verified that this really does work - Sweet!
Posted by Matthew Payne on October 10, 2003 at 01:45 PM MDT #
Posted by Matt Raible on October 10, 2003 at 02:42 PM MDT #
Posted by Bear Giles on October 10, 2003 at 08:25 PM MDT #