how does has text value for port attribute of server element in server.xml works? e.g.

2016-04-14 Thread akshay hiremath
Hi, I see one jenkins installation on one of the servers in my organization.This jenkins is running on tomcat-7.0.24. When I had a look at server.xmlI see following: ..   when I looked at catalina.properties I couldn't see jenPort.From where does tomcat is taking the value of jenPort?? c

Re: Tomcat 7 not honoring maxThreads configuration in catalina.properties and activeCount not going beyond 200

2014-01-26 Thread akshay hiremath
On Friday, January 24, 2014 7:04 PM, Konstantin Kolinko wrote: 2014/1/24 akshay hiremath : > Through some trials found that its not enough to increase the Executors > thread count(maxThreads for Executor element) but also need to increase the > Connectors thread count(maxTh

Re: Tomcat 7 not honoring maxThreads configuration in catalina.properties and activeCount not going beyond 200

2014-01-24 Thread akshay hiremath
ow I'm able to reach activeCounts beyond 250 see attachment. On Thursday, January 23, 2014 8:45 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 akshay, On 1/23/14, 9:07 AM, akshay hiremath wrote: > We have this HP load runner running a load of request

Re: Tomcat 7 not honoring maxThreads configuration in catalina.properties and activeCount not going beyond 200

2014-01-23 Thread akshay hiremath
t ended. ignore the in between part and rest graph that is of another ongoing test. On Thursday, January 23, 2014 7:06 PM, Mark Thomas wrote: On 23/01/2014 13:30, akshay hiremath wrote: > Why tomcat is not able to have more than 200 active Threads (parallel > threads) processng my

Tomcat 7 not honoring maxThreads configuration in catalina.properties and activeCount not going beyond 200

2014-01-23 Thread akshay hiremath
I've a tomcat 7 instance with following configuration in catalina.properties for threads server.service-Catalina.executor-tomcatThreadPool.maxThreads=300 server.service-Catalina.executor-tomcatThreadPool.minSpareThreads=300 server.service-Catalina.connector.http1.1.executor=tomcatThreadPool serv

Regarding thread pool utilization monitoring using ThreadPool MBeans

2011-10-21 Thread akshay hiremath
Hi, I'm using Tomcat 7.0.20. I'm writing java code for automated Thread utilization monitoring and alert system. I'm struggling to find the Mbean descriptor for Mbeans under Catalina.ThreadPool. Can anyone provide any reference? The big question I've is what the currentThreadCount indicates

Re: Regarding Catalina/Tomcat MBeans attributes/operations description

2011-10-07 Thread akshay hiremath
tions description 2011/10/5 akshay hiremath : > Hi, > > Can anyone tell me where can I get the Catalina MBeans field description. > > I mean what exactly particular attribute of particular MBean is providing. > > e.g. In ThreadPool > > There are two attri

Regarding Catalina/Tomcat MBeans attributes/operations description

2011-10-05 Thread akshay hiremath
Hi, Can anyone tell me where can I get the Catalina MBeans field description. I mean what exactly particular attribute of particular MBean is providing. e.g. In ThreadPool There are two attributes in Mbean "http-8080" 1. currentThreadCount 2. currentThreadsBusy I'm not able to understand what