RE: Tomcat maxThreads Issue

2009-06-11 Thread Jones, Keven
:26, Jones, Keven wrote: > FYI, I'm just the linux admin as the "applicatons" group/developer > and coder is not making any headway into resolving this. This is a > mobility application (ie. Mobile banking, so you go to your iphone > and go to your bank.mobi..)not that i

RE: Tomcat maxThreads Issue

2009-06-11 Thread Jones, Keven
Users List Subject: RE: Tomcat maxThreads Issue > From: Jones, Keven [mailto:keven.jo...@ncr.com] > Subject: RE: Tomcat maxThreads Issue > > enableLookups="false" protocol="AJP/1.3" redirectPort="8443" > maxThreads="400" connection

RE: Tomcat maxThreads Issue

2009-06-10 Thread Jones, Keven
Does the syntax of this look correct to everyone? I have added maxThreads="400" and connectionTimeout="2"(not sure if I need the connectionTimeout) Thanks everyone -Original Message- From: Tim Funk [mailto:funk...@apache.org] Sent: Wednesday, June 10, 2009 1:02 PM To: Tomcat Use

RE: Tomcat maxThreads Issue

2009-06-10 Thread Jones, Keven
pache.html -Tim Jones, Keven wrote: > Thank you Tim > > I am going to attempt to set the maxThreads on 8011 to 600 and hope it helps. > > The config is 1 linux apache2 server with 4 linux tomcat servers and each > tomcat server has 4 sepearte tomcat instances. So we have a tot

RE: Tomcat maxThreads Issue

2009-06-10 Thread Jones, Keven
Thank you Tim I am going to attempt to set the maxThreads on 8011 to 600 and hope it helps. The config is 1 linux apache2 server with 4 linux tomcat servers and each tomcat server has 4 sepearte tomcat instances. So we have a total of 16 tomcat instances across 4 servers. Yes, there is a firew

RE: Tomcat maxThreads Issue

2009-06-10 Thread Jones, Keven
I did a grep for heap in catalina.out but do not see any out of memory entries. How do I check the default JVM memory setting and how do I adjust it? Thx -Original Message- From: Jonathan Mast [mailto:jhmast.develo...@gmail.com] Sent: Wednesday, June 10, 2009 1:04 PM To: Tomcat Users Li

RE: Tomcat maxThreads Issue

2009-06-10 Thread Jones, Keven
va/lang/Object;J)V(Unknown Source)[inlined] at java/lang/Object.wait()V(Native Method)[optimized] at org/apache/tomcat/util/threads/ThreadPool$ControlRunnable.run(ThreadPool.java:658) ^-- Lock released while waiting: org/apache/tomcat/util/threads/threadpool$controlrunna...@0x19 873a80[fat lock] at java/la

RE: Tomcat maxThreads Issue

2009-06-10 Thread Jones, Keven
ginal Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Wednesday, June 10, 2009 11:33 AM To: Tomcat Users List Subject: RE: Tomcat maxThreads Issue > From: Jones, Keven [mailto:keven.jo...@ncr.com] > Subject: RE: Tomcat maxTh

RE: Tomcat maxThreads Issue

2009-06-10 Thread Jones, Keven
Crowther [mailto:peter.crowt...@melandra.com] Sent: Wednesday, June 10, 2009 11:19 AM To: 'Tomcat Users List' Subject: RE: Tomcat maxThreads Issue > From: Jones, Keven [mailto:keven.jo...@ncr.com] Here is the complete > config file. Thanks for the quick reply. The list st

RE: Tomcat maxThreads Issue

2009-06-10 Thread Jones, Keven
Here is the complete config file. Thanks for the quick reply. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, June 10, 2009 11:14 AM To: Tomcat Users List Subject: Re: Tomcat maxThreads Issue Jones, Keven wrote: > Hello, > > I have Tomc

Tomcat maxThreads Issue

2009-06-10 Thread Jones, Keven
Hello, I have Tomcat (can't figure out what version as the version.sh script is giving all kinds of errors) running on separate Linux servers. So an overview of my config is 1 web server, 4 app servers (tomcat), and 1 db server. We were seeing an increase in the httpd processes on the web serve