Re: Tomcat Performance Turning.

2011-09-03 Thread Leon Rosenberg
t; > -Original Message- > From: Leon Rosenberg [mailto:rosenberg.l...@gmail.com] > Sent: Friday, September 02, 2011 3:19 PM > To: Tomcat Users List > Subject: Re: Tomcat Performance Turning. > > Hello Talha, > > On Fri, Sep 2, 2011 at 6:16 PM, Talha Fazal wrote:

Re: Tomcat Performance Turning.

2011-09-03 Thread Leon Rosenberg
Hello Christopher, On Fri, Sep 2, 2011 at 11:52 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Leon, > > On 9/2/2011 4:19 PM, Leon Rosenberg wrote: >> from my experience there is no need for apache in your >> setup anyway . > > Uh, load-balancing? Aeh... load

Re: Tomcat Performance Turning.

2011-09-02 Thread Igor Cicimov
Paste the workers.properties file and the mod_jk settings here. Are you using prefork or mpm in Apache? Have you tuned the apache settings to match the tomcat number of threads? Igor On Sat, Sep 3, 2011 at 7:52 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNE

Re: Tomcat Performance Turning.

2011-09-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leon, On 9/2/2011 4:19 PM, Leon Rosenberg wrote: > from my experience there is no need for apache in your > setup anyway . Uh, load-balancing? - -chris -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Mozilla

RE: Tomcat Performance Turning.

2011-09-02 Thread Talha Fazal
exposed to outside attacks; B) Load balancing. Thanks Leon! -Original Message- From: Leon Rosenberg [mailto:rosenberg.l...@gmail.com] Sent: Friday, September 02, 2011 3:19 PM To: Tomcat Users List Subject: Re: Tomcat Performance Turning. Hello Talha, On Fri, Sep 2, 2011 at 6:16 PM, Talha

Re: Tomcat Performance Turning.

2011-09-02 Thread Leon Rosenberg
> Thanks, > > > -Original Message- > From: R Batchelor [mailto:rsbat...@yahoo.com] > Sent: Friday, September 02, 2011 10:10 AM > To: Tomcat Users List > Subject: Re: Tomcat Performance Turning. > > Have you ruled out issues with db connection pooling? NO. I

RE: Tomcat Performance Turning.

2011-09-02 Thread Talha Fazal
o try mod_proxy_ajp and mod_proxy instead of mod_jk. Any thoughts here? Thanks, -Original Message- From: R Batchelor [mailto:rsbat...@yahoo.com] Sent: Friday, September 02, 2011 10:10 AM To: Tomcat Users List Subject: Re: Tomcat Performance Turning. Have you ruled out issues with db conne

Re: Tomcat Performance Turning.

2011-09-02 Thread R Batchelor
'd but all the database users/connections are idle.  These can be symptoms of an application mis-managing its dbcp pools. From: Leon Rosenberg To: Tomcat Users List Sent: Friday, September 2, 2011 7:55 AM Subject: Re: Tomcat Performance Turning. Hello Talh

Re: Tomcat Performance Turning.

2011-09-02 Thread Leon Rosenberg
omcat Users List > Subject: Re: Tomcat Performance Turning. > > Hello Talha, > > seems that your tomcats are fine. > Question, you mention that the tomcat do not perform, but you don't > tell us how you come to this conclusion except for cpu load. ANSWER: LOOKING > INTO

RE: Tomcat Performance Turning.

2011-09-02 Thread Talha Fazal
[mailto:chuck.caldar...@unisys.com] Sent: Friday, September 02, 2011 9:16 AM To: Tomcat Users List Subject: RE: Tomcat Performance Turning. > From: Talha Fazal [mailto:tfa...@credera.com] > Subject: RE: Tomcat Performance Turning. > We did take a thread dump and we found a lot of threa

RE: Tomcat Performance Turning.

2011-09-02 Thread Talha Fazal
Hi Leon, Please see any answers in CAPS below. -Original Message- From: Leon Rosenberg [mailto:rosenberg.l...@gmail.com] Sent: Friday, September 02, 2011 9:06 AM To: Tomcat Users List Subject: Re: Tomcat Performance Turning. Hello Talha, seems that your tomcats are fine. Question

RE: Tomcat Performance Turning.

2011-09-02 Thread Caldarale, Charles R
> From: Talha Fazal [mailto:tfa...@credera.com] > Subject: RE: Tomcat Performance Turning. > We did take a thread dump and we found a lot of threads locked. > "http-8014-9" daemon prio=10 tid=0x60965c00 nid=0x6c83 in > Ob

Re: Tomcat Performance Turning.

2011-09-02 Thread Leon Rosenberg
t; > Thanks! > > -Original Message- > From: Leon Rosenberg [mailto:rosenberg.l...@gmail.com] > Sent: Friday, September 02, 2011 8:35 AM > To: Tomcat Users List > Subject: Re: Tomcat Performance Turning. > > Hello Talha, > > from a quick glance at your post, do you have

RE: Tomcat Performance Turning.

2011-09-02 Thread Talha Fazal
ject: RE: Tomcat Performance Turning. > From: Talha Fazal [mailto:tfa...@credera.com] > Subject: Tomcat Performance Turning. > In our staging environment for load testing, when we run the load > test using 525 concurrent users, the app doesn't perform at all. > The CPU usage (on Apach

RE: Tomcat Performance Turning.

2011-09-02 Thread Talha Fazal
Plz. see my answers below in UPPERCAPS. Thanks! -Original Message- From: Leon Rosenberg [mailto:rosenberg.l...@gmail.com] Sent: Friday, September 02, 2011 8:35 AM To: Tomcat Users List Subject: Re: Tomcat Performance Turning. Hello Talha, from a quick glance at your post, do you have

RE: Tomcat Performance Turning.

2011-09-02 Thread Caldarale, Charles R
> From: Talha Fazal [mailto:tfa...@credera.com] > Subject: Tomcat Performance Turning. > In our staging environment for load testing, when we run the load > test using 525 concurrent users, the app doesn't perform at all. > The CPU usage (on Apache and Tomcat Servers) hover

Re: Tomcat Performance Turning.

2011-09-02 Thread Leon Rosenberg
Hello Talha, from a quick glance at your post, do you have the same 30 max threads limit in weblogic? Because sending 525 users through 2x30=60 max threads seems a little bottlenecky. Which software are you using to produce the load? Does it keepalive the connections? regards Leon On Fri, Sep 2,

Tomcat Performance Turning.

2011-09-02 Thread Talha Fazal
Background: We have a moderately high traffic web application (between 8 to 21 million hits/day) running Apache to serve static content (also to load balance and create a DMZ) and Weblogic to serve dynamic content (Struts 1.1 based Java web application). We are trying to replace Weblogic with T