Author: kfujino
Date: Thu Oct 24 08:55:09 2013
New Revision: 1535316
URL: http://svn.apache.org/r1535316
Log:
Add to cluster document a description of notifyLifecycleListenerOnFailure and
heartbeatBackgroundEnabled.
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
tomcat/tc6.0.x/trunk/webapps/docs/config/cluster.xml
Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=1535316&r1=1535315&r2=1535316&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Thu Oct 24 08:55:09 2013
@@ -93,6 +93,11 @@
Complete the documentation for
<code>MessageDispatch15Interceptor</code>. (kfujino)
</add>
+ <add>
+ Add to cluster document a description of
+ <code>notifyLifecycleListenerOnFailure</code> and
+ <code>heartbeatBackgroundEnabled</code>. (kfujino)
+ </add>
</changelog>
</subsection>
<subsection name="Other">
Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/cluster.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/cluster.xml?rev=1535316&r1=1535315&r2=1535316&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/cluster.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/cluster.xml Thu Oct 24 08:55:09
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: [email protected]
For additional commands, e-mail: [email protected]