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