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 servlet elements but leave everything else as is in my current web.xml, including

Re: Excluding JSP compiler from Tomcat

2007-05-28 Thread Len Popp
$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-tf3817429.html#a10807251 Sent from the Tomcat - User mailing list archive

Re: Excluding JSP compiler from Tomcat

2007-05-26 Thread Bill Barker
-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-tf3817429.html#a10807251 Sent from the Tomcat - User mailing list

RE: Excluding JSP compiler from Tomcat

2007-05-25 Thread lightbulb432
] Sent: Friday, May 25, 2007 10:31 AM To: users@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

RE: Excluding JSP compiler from Tomcat

2007-05-25 Thread Lakshmi Venkataraman
- 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 does the JSP compilation, to decrease the size

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)