Hello, Our webapp gets periodically hammered by our client applications causing Tomcat to run out of threads. This prevents us from being able to use Tomcat Manager and check the server status.
Is there a way to assign a dedicated thread to Tomcat Manager so that it will never be used to process any other client requests? Thanks