Thursday October 09, 2003
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 in Java
at Oct 09 2003, 03:41:47 PM MDT
3 Comments
Search This Site
Recent Entries
- Happy Birthday Mom!
- 2008 - A Year in Review
- Portland Tech Meetup Tomorrow Night
- My "almost slept in a snow cave" Adventure with Clint Foster
- My Christmas Travel Adventure
- AppFuse Light converted to Maven modules, upgraded to Tapestry 5 and Stripes 1.5
- Dojo/Comet support in Java Web Frameworks
- Abbie is a Blue Skier!
- How I recovered data from my failed Linux box
- Costa Rica was Awesome!
Posted by Matthew Payne on October 10, 2003 at 07:45 AM MDT #
Posted by Matt Raible on October 10, 2003 at 08:42 AM MDT #
Posted by Bear Giles on October 10, 2003 at 02:25 PM MDT #