Re: Excluding JSP compiler from Tomcat

2007-05-28 Thread Len Popp
n this be done >> in >> Tomcat? > > You should be able to remove jasper-compiler.jar and > jasper-compiler-jdt.jar > from $CATALINA_HOME/common/lib (for a whopping savings of 1.5MB). I > haven't > tested it, so your milage may very :). > >> >> Th

Re: Excluding JSP compiler from Tomcat

2007-05-28 Thread Rashmi Rubdi
On 5/28/07, lightbulb432 <[EMAIL PROTECTED]> wrote: Thanks for your response. For the first of the two options you presented, what exactly happens during the web.xml autogeneration? Will it simply change only the elements but leave everything else as is in my current web.xml, including ? Is the

Re: Excluding JSP compiler from Tomcat

2007-05-28 Thread lightbulb432
gt;> Thanks. > > Regards > Rashmi > > - > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >

Re: Excluding JSP compiler from Tomcat

2007-05-28 Thread lightbulb432
MB). I > haven't > tested it, so your milage may very :). > >> >> Thanks. >> -- >> View this message in context: >> http://www.nabble.com/Excluding-JSP-compiler-from-Tomcat-tf3817429.html#a10807251 >> Sent from the Tomcat - User mailing list archive

Re: Excluding JSP compiler from Tomcat

2007-05-26 Thread Bill Barker
sper-compiler.jar and jasper-compiler-jdt.jar from $CATALINA_HOME/common/lib (for a whopping savings of 1.5MB). I haven't tested it, so your milage may very :). > > Thanks. > -- > View this message in context: > http://www.nabble.com/Excluding-JSP-compiler-from-Tomcat-tf3817

Re: Excluding JSP compiler from Tomcat

2007-05-25 Thread Rashmi Rubdi
On 5/25/07, lightbulb432 <[EMAIL PROTECTED]> wrote: The JSP spec says that if you precompile JSPs you can reduce the JSP container footprint by excluding the JSP compiler. How can this be done in Tomcat? I know of 2 ways to pre-compile JSPs 1) http://tomcat.apache.org/tomcat-4.1-doc/jasper-ho

RE: Excluding JSP compiler from Tomcat

2007-05-25 Thread Lakshmi Venkataraman
Original Message- From: lightbulb432 [mailto:[EMAIL PROTECTED] Sent: Friday, May 25, 2007 12:32 PM To: users@tomcat.apache.org Subject: RE: Excluding JSP compiler from Tomcat In your production environment have you "disabled" or "excluded" the actual Tomcat piece that d

RE: Excluding JSP compiler from Tomcat

2007-05-25 Thread lightbulb432
; > The precompiled JSP classes are placed inside WEB-INF/classes/jsp. I > guess you can also probably archive > these files in a WAR file. > > > --Lakshmi > > -Original Message- > From: lightbulb432 [mailto:[EMAIL PROTECTED] > Sent: Friday, May 25, 2007 10

RE: Excluding JSP compiler from Tomcat

2007-05-25 Thread Lakshmi Venkataraman
@tomcat.apache.org Subject: Excluding JSP compiler from Tomcat The JSP spec says that if you precompile JSPs you can reduce the JSP container footprint by excluding the JSP compiler. How can this be done in Tomcat? Thanks. -- View this message in context: http://www.nabble.com/Excluding-JSP

Excluding JSP compiler from Tomcat

2007-05-25 Thread lightbulb432
The JSP spec says that if you precompile JSPs you can reduce the JSP container footprint by excluding the JSP compiler. How can this be done in Tomcat? Thanks. -- View this message in context: http://www.nabble.com/Excluding-JSP-compiler-from-Tomcat-tf3817429.html#a10807251 Sent from the