Re: Stripping down the JSP engine from Tomcat

2008-09-25 Thread Johnny Kewl
- Original Message - From: <[EMAIL PROTECTED]> To: Sent: Thursday, September 25, 2008 6:39 PM Subject: Stripping down the JSP engine from Tomcat Hi, Is there anyways we can strip down the JSP engine from the Tomcat? I have to develop an application which would process a r

Re: Stripping down the JSP engine from Tomcat

2008-09-25 Thread Mark Thomas
Caldarale, Charles R wrote: >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >> Subject: Stripping down the JSP engine from Tomcat >> >> I have tried removing the jasper jars but that fails >> tomcat from starting > > What happens if you also remove t

RE: Stripping down the JSP engine from Tomcat

2008-09-25 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: Stripping down the JSP engine from Tomcat > > I have tried removing the jasper jars but that fails > tomcat from starting What happens if you also remove the JSP servlet declaration from conf/web.xml? - Chuck THI

Stripping down the JSP engine from Tomcat

2008-09-25 Thread vivek.jaiswal
Hi, Is there anyways we can strip down the JSP engine from the Tomcat? I have to develop an application which would process a request using servlets, but I don't need the JSP engine as there is a requirement for the Servlet engine to be as light weight as possible and also have a small memory foo