Re: Tomcat4 performance issue when manually removing compiledjsps in work folder

2004-03-30 Thread QM
On Fri, Mar 26, 2004 at 03:39:13AM -0600, Duncan Krebs wrote: : But when I continue to load any jsp pages from the existing web app, my cpu : hits 60%, the response time is slower and they seem to be getting recompiled : on every request. Makes no sense, both the new and old jsp page have the : sam

RE: Tomcat4 performance issue when manually removing compiledjsps in work folder

2004-03-30 Thread Bodycombe, Andrew
Could your jsp source files have been modified "In the future"? -Original Message- From: Duncan Krebs To: Tomcat Users List Sent: 26/03/2004 09:39 Subject: Re: Tomcat4 performance issue when manually removing compiledjsps in work folder Peter, I'm getting closer. I insta

Re: Tomcat4 performance issue when manually removing compiledjsps in work folder

2004-03-30 Thread Duncan Krebs
d on every request. Do you have any ideas why Tomcat would be doing this? Thanks again for your help, - Duncan - Original Message - From: "Peter Johnson" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, March 30, 2004 2:35

Re: Tomcat4 performance issue when manually removing compiled jspsin work folder

2004-03-30 Thread Peter Johnson
he request and see what code is taking so long > to execute. > - Duncan > > - Original Message - > From: "Peter Johnson" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Tuesday, March 30, 2004 2:00 AM > Subj

Re: Tomcat4 performance issue when manually removing compiled jspsin work folder

2004-03-30 Thread Duncan Krebs
" <[EMAIL PROTECTED]> Sent: Tuesday, March 30, 2004 2:00 AM Subject: Re: Tomcat4 performance issue when manually removing compiled jspsin work folder > Duncan, > > I believe (and could be wrong) that this is intended behaviour. The work > directory is like Tomcat's cach

Re: Tomcat4 performance issue when manually removing compiled jsps in work folder

2004-03-30 Thread Peter Johnson
Duncan, I believe (and could be wrong) that this is intended behaviour. The work directory is like Tomcat's cache of all the webapps it is currently serving. When a request comes in for a page it tries to serve from this directory, if the class file does not exist it generates the .java files from

Tomcat4 performance issue when manually removing compiled jsps in work folder

2004-03-29 Thread Duncan Krebs
Hi, I have had this snag for some time now and its starting to get the best of me. I'm running tomcat 4.1 and when I manually remove the .java and .class files in the /work/standalone folder even after the initial request of recompiling the jsp's tomcat hits 100% on my CPU and the overall respo

RE: Tomcat4 performance tuning documentation.

2002-11-08 Thread Turner, John
t: Friday, November 08, 2002 8:52 AM > To: Tomcat Users List > Subject: RE: Tomcat4 performance tuning documentation. > > > Hi, > If there is such documentation, be very very careful about > what you get > out of it. Performance tuning will always be specific to > you

RE: Tomcat4 performance tuning documentation.

2002-11-08 Thread Shapira, Yoav
system. And only then start tuning... Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Tak [mailto:tak@;icil.net] >Sent: Friday, November 08, 2002 1:56 AM >To: Tomcat Users List >Subject: Tomcat4 performance tuning documentation. > >Is there any do

Tomcat4 performance tuning documentation.

2002-11-07 Thread Tak
Is there any documentation about the performance tuning of tomcat4? Thanks Tak -Original Message- From: Ralph Einfeldt [mailto:ralph.einfeldt@;uptime-isc.de] Sent: Thursday, November 07, 2002 10:45 PM To: Tomcat Users List Subject: RE: question on multi -user performance Whether mult

Re: Tomcat4 performance.

2002-04-24 Thread Austin Gonyou
We use this setup, and have gotten it to work quite well, but if you're using XSLT, then the transformer you're using could be a large part of the process cost. Also, we had to re-write a lot of code to actually clean things up because we were doing things in improper ways. Eventually we squeezed

Tomcat4 performance.

2002-04-24 Thread Clearwater, Pete
Hi All. I'm currently doing some performance testing in order to convince my superiors that we should move away from the expensive Weblogic app server to a free JBoss/(Tomcat or Jetty) implementation. However, I've run into a bit of a snag as both Tomcat and Jetty appear to be about 50% slower