Re: Any way to pre-compile JSPs in Tomcat

2010-03-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 3/25/2010 4:33 PM, Mark Thomas wrote: > On 25/03/2010 19:41, Christopher Schultz wrote: >> Do you mean that you'll need to use a matching version in order to enjoy >> all the benefits and features of that version, or is there something >> mor

Re: Any way to pre-compile JSPs in Tomcat

2010-03-25 Thread Mark Thomas
On 25/03/2010 19:41, Christopher Schultz wrote: > Do you mean that you'll need to use a matching version in order to enjoy > all the benefits and features of that version, or is there something > more sinister? > > I would expect that you can pre-compile JSPs into servlets that will run > on any s

Re: Any way to pre-compile JSPs in Tomcat

2010-03-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Konstantin, On 3/25/2010 2:01 PM, Konstantin Kolinko wrote: > 2010/3/25 Pid : >> On 25/03/2010 16:56, fred basset wrote: >>> >>> As per the subject line, can I configure Tomcat to pre-compile the >>> JSPs before we ship out a .war file? >> >> The cata

Re: Any way to pre-compile JSPs in Tomcat

2010-03-25 Thread Konstantin Kolinko
2010/3/25 Pid : > On 25/03/2010 16:56, fred basset wrote: >> >> As per the subject line, can I configure Tomcat to pre-compile the >> JSPs before we ship out a .war file? > > The catalina-tasks.xml file in tomcat/bin contains some importable ant > tasks. > > See also: > >  http://tomcat.apache.org/

RE: Any way to pre-compile JSPs in Tomcat

2010-03-25 Thread Caldarale, Charles R
> From: fred basset [mailto:fredbasset1...@gmail.com] > Subject: Any way to pre-compile JSPs in Tomcat > > As per the subject line, can I configure Tomcat to pre-compile the > JSPs before we ship out a .war file? Only if you read the doc: http://tomcat.apache.org/tomcat-6.0-doc/jasper-howto.html#

Re: Any way to pre-compile JSPs in Tomcat

2010-03-25 Thread Pid
On 25/03/2010 16:56, fred basset wrote: As per the subject line, can I configure Tomcat to pre-compile the JSPs before we ship out a .war file? The catalina-tasks.xml file in tomcat/bin contains some importable ant tasks. See also: http://tomcat.apache.org/tomcat-6.0-doc/jasper-howto.html