Author: kkolinko
Date: Sat May 12 14:00:47 2012
New Revision: 1337547

URL: http://svn.apache.org/viewvc?rev=1337547&view=rev
Log:
Merged revision 1337546 from tomcat/trunk:
Clarify the effect of maxActiveSessions attribute of a Manager.

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/webapps/docs/config/manager.xml

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1337546

Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/manager.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/config/manager.xml?rev=1337547&r1=1337546&r2=1337547&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/config/manager.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/config/manager.xml Sat May 12 14:00:47 
2012
@@ -81,7 +81,11 @@
 
       <attribute name="maxActiveSessions" required="false">
         <p>The maximum number of active sessions that will be created by
-        this Manager, or -1 (the default) for no limit.</p>
+        this Manager, or <code>-1</code> (the default) for no limit.</p>
+
+        <p>When the limit is reached, any attempt to create a new session
+        (e.g. with <code>HttpServletRequest.getSession()</code> call)
+        will fail with an <code>IllegalStateException</code>.</p>
       </attribute>
 
       <attribute name="maxInactiveInterval" required="false">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to