Mark Aufdencamp wrote:
It's been a while since I posted to the list. I've been working with
Geronimo 1.1 on an application for the last year. It's finally grown
large enough that I'd like to pre-compile my JSP's and Struts Action
Servlets prior to deploying them. How does one accomplish this? I
googled and didn't find anything real definitive. I'd prefer utilizing
Ant over Maven, as it already exists in my development environment.
Hi Mark,
I think pre-compilation of your JSPs is a function of which JSP engine
you run and your build environment.
One useful link for Tomcat is given here which shows you how to do it
with Ant:
http://tomcat.apache.org/tomcat-6.0-doc/jasper-howto.html
--
Thanks, Dan Becker