Hi,

We have a usecase where we want that our application should indicate when it 
reaches maximum thread limit. Our application is deployed in tomcat. Maximum 
thread limit of tomcat is 200,  so If 200 threads are reached, does tomcat 
provide any logger information?

We tried making multiple rest calls and reducing max threads to 2-3. We faced 
ConnectionRefused and socketTimeout Exceptions on client side. But no exception 
or logger in Catalina logs. We changed Logging level as well in 
logging.properties.

We tried Changing values of maxThreads, minspareThread, acceptCount in 
server.xml. We used Jmeter for making rest calls.

Can we get any help here? Does tomcat provides any information when it reaches 
max thread limit? Do we have to change any property in server.xml or in 
logging.properties

Any help in this regard would be highly appreciable.
Thanks in Advance.

Regards,
Aquib

Reply via email to