Re: Enhancing Tomcat Speed

2007-12-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Richard, Richard Reyes wrote: > Please send suggestions on how to improve the tomcat performance. Just turn off the "suck" bit: $ JAVA_OPTS=-Dsuck=false $ $TOMCAT_HOME/bin/startup.sh - -chris -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.8 (Min

Re: Enhancing Tomcat Speed

2007-12-22 Thread Alan Chaney
Hi Richard Please could you help by giving us some more information: 1. Which version of tomcat? 2. What O/S? 3. What kind of application? Does it read information from a database - if so, which one? 4. Is it proprietary or did you write it yourself? 5. What is your current performance and by

Re: Enhancing Tomcat Speed

2007-12-22 Thread Richard Reyes
Hi All, Sorry a bit unclear. I meant to speed up the loading of the webapp. Aside from increasing the min/max jvm heap size, trimming down the size of the htmls and the images and toggling the class reloading in server.xml. I was hoping you guys could give some more tips. I have not had the

Re: Enhancing Tomcat Speed

2007-12-22 Thread Andrew Miehs
On 22/12/2007, at 3:45 PM, Pid wrote: Richard Reyes wrote: Hi All, Please send suggestions on how to improve the tomcat performance. Do you mean that you want to improve Tomcat's performance, or the web application(s) you are deploying on Tomcat? I think he wants us to do his homework

Re: Enhancing Tomcat Speed

2007-12-22 Thread Pid
Richard Reyes wrote: > Hi All, > > Please send suggestions on how to improve the tomcat performance. Do you mean that you want to improve Tomcat's performance, or the web application(s) you are deploying on Tomcat? p > Thanks in advance. > Richard > > ---