RE: OutOfMemory / JMeter / Profiler questions

2005-03-03 Thread Flisch, Alan
You probably have either very large or very many sessions which Tomcat is attempting to reload on startup. Tomcat serialises sessions into files called SESSIONS.ser (in the application directories under the work dir) and then when it is restarted it attempts to reload them all. I presume this

RE: jasper error compiling jsp

2004-10-22 Thread Flisch, Alan
It's not Tomcat that is objecting, its javac, the java compiler. Perhaps some other version of the compiler was more forgiving at some point. I think getting the application fixed somehow, is your best option. -Original Message- From: Sarath PS [mailto:[EMAIL PROTECTED] Sent: 22

RE: jasper error compiling jsp

2004-10-22 Thread Flisch, Alan
error compiling jspThanks alan, So you say it's not possible to run the app in my current configuration ? (tomcat 4, j2sdk1.4.2_03) regards,Sarath Flisch, Alan wrote: It's not Tomcat that is objecting, its javac, the java compiler. Perhaps some other version of the compiler was more

RE: jsp precompiling using staging server

2004-07-20 Thread Flisch, Alan
always look at the source yourself and suggest a patch, however my impression was that you cannot look at the jasper source and expect to understand what's going on in a few minutes but YMMV. Regards, Robert Flisch, Alan wrote: Hi, Thanks or your suggestion, but I was hoping to avoid

jsp precompiling using staging server

2004-07-19 Thread Flisch, Alan
I hope you can help me with this... I am trying to devise a precompiling procedure to reduce load on our production servers. I am precompiling the jsps on a staging server and then copying over the .jsp files to the appropriate webapp directory and the .java and .class files to the work

RE: jsp precompiling using staging server

2004-07-19 Thread Flisch, Alan
of precompiled JSP's (1 file) and reload the server. http://marc.theaimsgroup.com/?l=tomcat-userm=108999588415291w=2 -Tim Flisch, Alan wrote: I hope you can help me with this... I am trying to devise a precompiling procedure to reduce load on our production servers. I am precompiling

RE: jsp precompiling using staging server

2004-07-19 Thread Flisch, Alan
at the jasper source and expect to understand what's going on in a few minutes but YMMV. Regards, Robert Flisch, Alan wrote: Hi, Thanks or your suggestion, but I was hoping to avoid having to bounce the context. Also, I have looked at using ANT, but there were a variety of limitations

includes with JspC

2004-07-15 Thread Flisch, Alan
Does anybody know if there is a way to specify includes and excludes for org.apache.jasper.JspC as an Ant task as below. taskdef classname=org.apache.jasper.JspC name=jasper2 classpath pathelement location=${java.home}/../lib/tools.jar/ fileset