Author: kfujino
Date: Thu Oct 24 08:53:11 2013
New Revision: 1535315

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

Modified:
    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
    tomcat/tc7.0.x/trunk/webapps/docs/config/cluster.xml

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1535315&r1=1535314&r2=1535315&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Thu Oct 24 08:53:11 2013
@@ -101,6 +101,11 @@
         Add some documentation on the SSL configuration options for WebSocket
         clients. (markt)
       </add>
+      <add>
+        Add to cluster document a description of
+        <code>notifyLifecycleListenerOnFailure</code> and
+        <code>heartbeatBackgroundEnabled</code>. (kfujino)
+      </add>
     </changelog>
   </subsection>
 </section>

Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/cluster.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/config/cluster.xml?rev=1535315&r1=1535314&r2=1535315&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/config/cluster.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/config/cluster.xml Thu Oct 24 08:53:11 
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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to