Link to home
Start Free TrialLog in
Avatar of atorex
atorex

asked on

Tomcat connection limit

We are experiencing some issues with an Application server where over 1000 nodes send messages back and forth all day long. My question is does Tomcat have a limit of connections, if so what is that limit, what is the default limit and how can it be adjusted.
Attached is my server.xml
server.xml
Avatar of girionis
girionis
Flag of Greece image

You can use the maxThreads or maxConnections to increase the number of connections and threads.

http://tomcat.apache.org/tomcat-7.0-doc/config/http.html

Apart from that there is no limit, only limits imposed by the OS and/or hardware.
Avatar of atorex
atorex

ASKER

Thanks for the reply, does tomcat 6 not have the max connectios as in 7.0?
ASKER CERTIFIED SOLUTION
Avatar of girionis
girionis
Flag of Greece image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial