Author: kfujino
Date: Thu Mar 10 06:59:15 2016
New Revision: 1734361

URL: http://svn.apache.org/viewvc?rev=1734361&view=rev
Log:
Add Deprecated to maxInactiveInterval attribute of ClusterManager document.

Modified:
    tomcat/tc8.0.x/trunk/webapps/docs/config/cluster-manager.xml

Modified: tomcat/tc8.0.x/trunk/webapps/docs/config/cluster-manager.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/config/cluster-manager.xml?rev=1734361&r1=1734360&r2=1734361&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/config/cluster-manager.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/config/cluster-manager.xml Thu Mar 10 
06:59:15 2016
@@ -78,6 +78,8 @@
         nodes in the cluster.
       </attribute>
       <attribute name="maxInactiveInterval" required="false">
+        <p><strong>Deprecated</strong>: This should be configured via the
+        Context.</p>
         <p>The initial maximum time interval, in seconds,
         between client requests before a session is invalidated. A negative 
value
         will result in sessions never timing out. If the attribute is not 
provided,



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

Reply via email to