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 2013/10/24 10:50:41 UTC

svn commit: r1535313 - /tomcat/trunk/webapps/docs/config/cluster.xml

Author: kfujino
Date: Thu Oct 24 08:50:40 2013
New Revision: 1535313

URL: http://svn.apache.org/r1535313
Log:
Add to cluster document a description of notifyLifecycleListenerOnFailure and heartbeatBackgroundEnabled.

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

Modified: tomcat/trunk/webapps/docs/config/cluster.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/cluster.xml?rev=1535313&r1=1535312&r2=1535313&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/cluster.xml (original)
+++ tomcat/trunk/webapps/docs/config/cluster.xml Thu Oct 24 08:50:40 2013
@@ -144,7 +144,14 @@
     </attribute>
 
     <attribute name="heartbeatBackgroundEnabled" required="false">
-      <p>Enable this flag don't forget to disable the channel heartbeat thread.
+      <p>Flag whether invoke channel heartbeat at container background thread. Default value is false.
+         Enable this flag don't forget to disable the channel heartbeat thread.
+      </p>
+    </attribute>
+
+    <attribute name="notifyLifecycleListenerOnFailure" required="false">
+      <p>Flag whether notify LifecycleListeners if all ClusterListener couldn't accept channel message.
+         Default value is false.
       </p>
     </attribute>
 



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