Re: No Logger information when maximum threads reached. Tomcat 8

2020-11-10 Thread Mark Thomas
This is the third time you have posted essentially the same query to this list. Please see the responses to your previous 2 posts. Mark On 10/11/2020 10:16, Aquib Khan wrote: > Hi, > >   > > We have a usecase where we want that our application should indicate > when it reaches maximum thread l

No Logger information when maximum threads reached. Tomcat 8

2020-11-10 Thread Aquib Khan
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