You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kf...@apache.org on 2016/03/10 07:59:15 UTC

svn commit: r1734361 - /tomcat/tc8.0.x/trunk/webapps/docs/config/cluster-manager.xml

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org