You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Thomas Rohde <tr...@ordix.de> on 2012/05/10 15:45:07 UTC

Maximum number of sessions

Hi!

Is it possible to configure an upper limit for the number of sessions in Tomcat? Thought the Context would be the right place for such a configuration parameter, but I couldn't find anything like this.

Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Maximum number of sessions

Posted by Mark Thomas <ma...@apache.org>.
On 10/05/2012 14:45, Thomas Rohde  wrote:
> Hi!
> 
> Is it possible to configure an upper limit for the number of sessions
> in Tomcat? Thought the Context would be the right place for such a
> configuration parameter, but I couldn't find anything like this.

It is on the Manager, not the Context. You want maxActiveSessions

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org