Author: fhanik
Date: Fri Jul 27 16:38:19 2007
New Revision: 560422

URL: http://svn.apache.org/viewvc?view=rev&rev=560422
Log:
Added missing attribute to the docs

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

Modified: tomcat/trunk/webapps/docs/config/cluster-manager.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/cluster-manager.xml?view=diff&rev=560422&r1=560421&r2=560422
==============================================================================
--- tomcat/trunk/webapps/docs/config/cluster-manager.xml (original)
+++ tomcat/trunk/webapps/docs/config/cluster-manager.xml Fri Jul 27 16:38:19 
2007
@@ -89,6 +89,12 @@
        The backup manager uses a replicated map, this map is sending and 
receiving messages.
        You can setup the flag for how this map is sending messages, the 
default value is <code>8</code>(asynchronous).
      </attribute>
+     <attribute name="stateTransferTimeout" required="false">
+       The timeout in seconds for doing a state transfer of all sessions when 
a node is started up. 
+       the default is <code>60</code> seconds.
+     </attribute>
+
+     
     </attributes>
   </subsection>
 </section>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to