Hi,
I'm new to Tomcat management, and would appreciate help on the 'maxThreads'
property of the Http Connector:
1) Please tell if I understood correctly:
Suppose I configure 'maxThreads=100', and 130 users try to simultaneously
access my Tomcat - then 100 users will be served immediately, and the other 30
will be put on hold?
Is this correct?
2) Is there a way to monitor how many users are 'put on hold' (e.g. 50 on the
above example)?
Can I ask tomcat log this information?
Or is this information exposed on the 'manager'? Or via JConsole?
Thanks.