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
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
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
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
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
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
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
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