Re: JSP compilation 65535 bytes limit

2017-05-17 Thread Vidyadhar
On Wed, May 17, 2017 at 7:36 PM, Mohammed Manna wrote: > You cannot blindly execute the snippet by copying it from Tomcat website. > You have to adapt it to your project first. Try and remove the file> line and try to build it. You probably need to set up your project > for

Re: JSP compilation 65535 bytes limit

2017-05-17 Thread Mohammed Manna
You cannot blindly execute the snippet by copying it from Tomcat website. You have to adapt it to your project first. Try and remove the line and try to build it. You probably need to set up your project for Ant build first if not done already. On 17 May 2017 at 15:03, Vidyadhar

Re: JSP compilation 65535 bytes limit

2017-05-17 Thread Vidyadhar
On Wed, May 17, 2017 at 7:30 PM, Mohammed Manna wrote: > Your ant Build File seems to be incorrect. Could you provide the snippet of > the Jspc Task and Javac task for this? > Following is the tomcat.xml which I am using for precompilation:

Re: JSP compilation 65535 bytes limit

2017-05-17 Thread Mohammed Manna
Your ant Build File seems to be incorrect. Could you provide the snippet of the Jspc Task and Javac task for this? On 17 May 2017 at 14:58, Vidyadhar wrote: > Hello KR, > > On Tue, May 16, 2017 at 8:43 PM, Mohammed Manna > wrote: > > > Hi

Re: JSP compilation 65535 bytes limit

2017-05-17 Thread Vidyadhar
Hello KR, On Tue, May 16, 2017 at 8:43 PM, Mohammed Manna wrote: > Hi Vidyadhar, > > Some points to note here: > > 1) Setting those parameters in Web.xml file (CATALINA_HOME/conf) doesn't > guarantee that it won't happen. Tomcat 8.0.43 onwards have got this relaxed > out by

Re: JSP compilation 65535 bytes limit

2017-05-16 Thread Mohammed Manna
Hi Vidyadhar, Some points to note here: 1) Setting those parameters in Web.xml file (CATALINA_HOME/conf) doesn't guarantee that it won't happen. Tomcat 8.0.43 onwards have got this relaxed out by using a more efficient error handling code. But you will have this error if the code is truly

Re: JSP compilation 65535 bytes limit

2017-05-16 Thread Vidyadhar
Hello KR, On Fri, May 12, 2017 at 12:37 PM, Mohammed Manna wrote: > I have two things which you might want to try out: > > 1) You will lose your JSP debugging capability - but if that's not your > concern, then in your CATALINA_HOME\conf folder append this for > "JspServlet"

Re: JSP compilation 65535 bytes limit

2017-05-12 Thread Mohammed Manna
I have two things which you might want to try out: 1) You will lose your JSP debugging capability - but if that's not your concern, then in your CATALINA_HOME\conf folder append this for "JspServlet" mappedfile false suppressSmap

Re: JSP compilation 65535 bytes limit

2017-05-12 Thread Dhaval Jaiswal
Have you restarted service post adding parameter ? On Fri, May 12, 2017 at 12:28 PM, Vidyadhar wrote: > Hello Sagar, > > On Fri, 12 May 2017 at 12:26 PM, sagar kohli > wrote: > > > Try adding following init parameter in /conf/web.xml > > > >

Re: JSP compilation 65535 bytes limit

2017-05-12 Thread Vidyadhar
Hello Sagar, On Fri, 12 May 2017 at 12:26 PM, sagar kohli wrote: > Try adding following init parameter in /conf/web.xml > > > mappedfile > false > We already tried it but no success. > > > On Fri, May 12, 2017 at 10:28 AM, Vidyadhar

Re: JSP compilation 65535 bytes limit

2017-05-12 Thread sagar kohli
Try adding following init parameter in /conf/web.xml mappedfile false On Fri, May 12, 2017 at 10:28 AM, Vidyadhar wrote: > Hello Team, > > Recently we did a upgrade existing tomcat from 7.0.42 to 7.0.76 on windows > box. Post the up gradation we are

JSP compilation 65535 bytes limit

2017-05-11 Thread Vidyadhar
Hello Team, Recently we did a upgrade existing tomcat from 7.0.42 to 7.0.76 on windows box. Post the up gradation we are seeing following error in couple of JSPs org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: [231] in the generated java file: