Author: kfujino
Date: Thu Mar 10 07:00:08 2016
New Revision: 1734362
URL: http://svn.apache.org/viewvc?rev=1734362&view=rev
Log:
Add Deprecated to maxInactiveInterval attribute of ClusterManager document.
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-manager.xml
Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-manager.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-manager.xml?rev=1734362&r1=1734361&r2=1734362&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-manager.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-manager.xml Thu Mar 10
07:00:08 2016
@@ -84,6 +84,8 @@
this value to <code>true</code>. Default value is <code>false</code>.
</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: [email protected]
For additional commands, e-mail: [email protected]