Re: Any way to pre-compile JSPs in Tomcat

2010-03-26 Thread Christopher Schultz
r is there something >> more sinister? >> >> I would expect that you can pre-compile JSPs into servlets that will run >> on any servlet container using the same servlet API version and tag >> library versions (including JSTL, which might vary from Tomcat-to-Tomcat). > &

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 th

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 befor

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

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/ja

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

Any way to pre-compile JSPs in Tomcat

2010-03-25 Thread fred basset
As per the subject line, can I configure Tomcat to pre-compile the JSPs before we ship out a .war file? thx, Fred - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: pre-compile

2007-05-25 Thread ben short
changed to 1.1.2. Thanks a lot. Now, I need to monitor if this change won't bring me some side effect. -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Em nome de ben short Enviada em: quinta-feira, 24 de maio de 2007 17:52 Para: Tomcat Users List Assunto: Re: pr

RES: pre-compile

2007-05-25 Thread Rogerio Baldini das Neves
uinta-feira, 24 de maio de 2007 17:52 Para: Tomcat Users List Assunto: Re: pre-compile Looks like you need the taglibs dependency. Try adding these to your pom. taglibs standard 1.1.2 compile javax.se

Re: pre-compile

2007-05-24 Thread ben short
e ben short Enviada em: quinta-feira, 24 de maio de 2007 17:06 Para: Tomcat Users List Assunto: Re: pre-compile Have a look at this maven 2 plugin http://mojo.codehaus.org/jspc-maven-plugin/usage.html Ben On 5/24/07, Rogerio Baldini das Neves <[EMAIL PROTECTED]> wrote: > I need to do it

RES: pre-compile

2007-05-24 Thread Rogerio Baldini das Neves
24 de maio de 2007 17:06 Para: Tomcat Users List Assunto: Re: pre-compile Have a look at this maven 2 plugin http://mojo.codehaus.org/jspc-maven-plugin/usage.html Ben On 5/24/07, Rogerio Baldini das Neves <[EMAIL PROTECTED]> wrote: > I need to do it in maven. > But send me your solut

RES: pre-compile

2007-05-24 Thread Milanez, Marcus
Maybe... But I'm pretty used to ANT, so I *don't* care very much... :D -Mensagem original- De: Milanez, Marcus [mailto:[EMAIL PROTECTED] Enviada em: quinta-feira, 24 de maio de 2007 17:21 Para: Tomcat Users List Assunto: RES: pre-compile Maybe... But I'm pretty us

RES: pre-compile

2007-05-24 Thread Milanez, Marcus
Maybe... But I'm pretty used to ANT, so I care very much... :D -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Em nome de ben short Enviada em: quinta-feira, 24 de maio de 2007 17:18 Para: Tomcat Users List Assunto: Re: pre-compile The maven config is easier o

Re: pre-compile

2007-05-24 Thread ben short
ling JSPs -Mensagem original- De: Rogerio Baldini das Neves [mailto:[EMAIL PROTECTED] Enviada em: quinta-feira, 24 de maio de 2007 15:43 Para: 'Tomcat Users List' Assunto:

RES: pre-compile

2007-05-24 Thread Milanez, Marcus
gem original- De: Rogerio Baldini das Neves [mailto:[EMAIL PROTECTED] Enviada em: quinta-feira, 24 de maio de 2007 15:43 Para: 'Tomcat Users List' Assunto: RES: pre-compile I need to do it in maven. But send me your solution, if I don't be able to sol

Re: pre-compile

2007-05-24 Thread ben short
Thank you. -Mensagem original- De: Milanez, Marcus [mailto:[EMAIL PROTECTED] Enviada em: quinta-feira, 24 de maio de 2007 15:34 Para: Tomcat Users List Assunto: RES: pre-compile I know how to do it using ANT. Would you like it? -Mensagem original- De: Rogerio Baldini das Ne

RES: pre-compile

2007-05-24 Thread Rogerio Baldini das Neves
sunto: RES: pre-compile I know how to do it using ANT. Would you like it? -Mensagem original- De: Rogerio Baldini das Neves [mailto:[EMAIL PROTECTED] Enviada em: quinta-feira, 24 de maio de 2007 15:30 Para: users@tomcat.apache.org Assunto: pre-compile Hi Guys, I'd like to pre-

RES: pre-compile

2007-05-24 Thread Milanez, Marcus
I know how to do it using ANT. Would you like it? -Mensagem original- De: Rogerio Baldini das Neves [mailto:[EMAIL PROTECTED] Enviada em: quinta-feira, 24 de maio de 2007 15:30 Para: users@tomcat.apache.org Assunto: pre-compile Hi Guys, I'd like to pre-compile my jsps for Tom

pre-compile

2007-05-24 Thread Rogerio Baldini das Neves
Hi Guys, I'd like to pre-compile my jsps for Tomcat 6 using maven. Anybody knows how it is possible ? I've tried to compile using jspc-maven-plugin 1.4.6 and 1.4.7-SNAPSHOT. But in both I've received the message: org.apache.taglibs.standard.tag.rt.core.ForTokensTag