I am using WebSphere Application Server 8.5.5.3. The maximum number of web container threads is set to 100. There are multiple applications installed on the server. At times one of the application slows down and hangs all the web container threads. That results in requests from all other applications getting piled up waiting for web container threads. Is there a property that can timeout the waiting requests?
I do not want to timeout a request, if the request processing has started. There are some long running requests and those should not timeout. Please suggest.