Author: kfujino
Date: Tue Jul 2 08:51:59 2013
New Revision: 1498843
URL: http://svn.apache.org/r1498843
Log:
Add document of terminateOnStartFailure.
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?rev=1498843&r1=1498842&r2=1498843&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/cluster-manager.xml (original)
+++ tomcat/trunk/webapps/docs/config/cluster-manager.xml Tue Jul 2 08:51:59
2013
@@ -146,6 +146,13 @@
another map.
Default value is <code>15000</code> milliseconds.
</attribute>
+ <attribute name="terminateOnStartFailure" required="false">
+ Set to true if you wish to terminate replication map when replication
+ map fails to start. If replication map is terminated, associated
context
+ will fail to start. If you set this attribute to false, replication map
+ does not end. It will try to join the map membership in the heartbeat.
+ Default value is <code>false</code> .
+ </attribute>
</attributes>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]