There is a maximum to the number of http connection tomcat can server at
the same time. This is the maximum number of http threads tomcat is
allowed to create. This is configured in the http connecter. See
documentation there:
http://tomcat.apache.org/tomcat-5.5-doc/config/http.html
Default value i
I have Tomcat 5.5 and I have 5 webapps totaling 50 possible max connections.
Tomcat is being used to facilitate a QAD product called Desktop. I need to
expand on of my webapps to 50 users (currently 15). I cannot get it to do
this. I am wondering if I am hitting a webapp limit, a tomcat limit