RE: java.lang.ClassNotFoundException - JSP pages

2011-05-24 Thread Tom Wolf
some unnecessary logging and exceptions). Does that make sense? Thanks! > Date: Mon, 23 May 2011 22:41:23 +0100 > From: p...@pidster.com > To: users@tomcat.apache.org > Subject: Re: java.lang.ClassNotFoundException - JSP pages > > On 23/05/2011 14:10, Tom Wolf wrote: > >

Re: java.lang.ClassNotFoundException - JSP pages

2011-05-23 Thread Pid
On 23/05/2011 14:10, Tom Wolf wrote: > If anyone has any tips, I'll appreciate it. Precompile the JSPs and build a WAR file, deploy that instead. p signature.asc Description: OpenPGP digital signature

RE: java.lang.ClassNotFoundException - JSP pages

2011-05-23 Thread Tom Wolf
Hi all, Here is a quick update of my situation: I made two changes: I set the checkInterval flag for the JspServlet settings (20 seconds) I reduced my maxObjectInCache parameter (a proprietary application config) which basically reduces the amount of memory my app uses So far, I stopped ge