Re: speed up the server

2007-11-09 Thread mgainty
+1 also..to monitor memory usage run %JAVA_HOME%/bin/JConsole (and watch the individual memory categories..) M-- - Original Message - Wrom: CXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBO To: "Tomcat Users List" Sent: Friday, November 09, 2007 12:45 PM Subject: Re: speed up the server

Re: speed up the server

2007-11-09 Thread Tony Anecito
Just I need more info about where it was deployed before it was deployed. You can not run a web app without the container so the question might be the differences in the previous environment and the the one you "deployed" into. Same questions as below but for "both" environments. The one where it w

Re: speed up the server

2007-11-09 Thread David kerber
The first place I'd look is the database... tbt wrote: Hi, The OS is windows XP tomcat version 6 java version 1.5 database mysql memory: 3GB processor: 2.3GHz it was working very fast before being deployed. About 30 people login simultaneously to this application. Once this happens the applica

Re: speed up the server

2007-11-09 Thread Pid
Peter Crowther wrote: >> From: tbt [mailto:[EMAIL PROTECTED] >> it was working very fast before being deployed. About 30 people login >> simultaneously to this application. Once this happens the >> application is very slow. > > How many concurrent users do you test with, before you deploy? 30? O

RE: speed up the server

2007-11-09 Thread Peter Crowther
> From: tbt [mailto:[EMAIL PROTECTED] > it was working very fast before being deployed. About 30 people login > simultaneously to this application. Once this happens the > application is very slow. How many concurrent users do you test with, before you deploy? 30? Or one developer checking the

Re: speed up the server

2007-11-08 Thread tbt
Hi, The OS is windows XP tomcat version 6 java version 1.5 database mysql memory: 3GB processor: 2.3GHz it was working very fast before being deployed. About 30 people login simultaneously to this application. Once this happens the application is very slow. ben short-2 wrote: > > So your web

Re: speed up the server

2007-11-07 Thread Dirk Weigenand
Hi, you could use a profiler to find the slow part of your application. regards Dirk Original-Nachricht > Datum: Wed, 7 Nov 2007 02:21:30 -0800 (PST) > Von: tbt <[EMAIL PROTECTED]> > An: users@tomcat.apache.org > Betreff: speed up the server > > Hi > > I'm a newbie to

Re: speed up the server

2007-11-07 Thread ben short
So your webapp ran pretty fast before it was deployed? Your going to need to provide much more information. Like OS and versions of tomcat, java, database etc and maybe some metrics on how long it takes to process the requests. Also you will want to use a profiler to figure out what part of the a