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/07/02 10:29:49 UTC

svn commit: r1498828 - /tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml

Author: kfujino
Date: Tue Jul  2 08:29:49 2013
New Revision: 1498828

URL: http://svn.apache.org/r1498828
Log:
Expose terminateOnStartFailure via JMX. 

Modified:
    tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml

Modified: tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml?rev=1498828&r1=1498827&r2=1498828&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml (original)
+++ tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml Tue Jul  2 08:29:49 2013
@@ -515,6 +515,11 @@
       description="Timeout for RPC messages, how long we will wait for a reply"
       type="long"/>
     <attribute
+      name="terminateOnStartFailure"
+      description="Flag for whether to terminate this map that failed to start."
+      is="true"
+      type="boolean"/>
+    <attribute
       name="secureRandomAlgorithm"
       description="The secure random number generator algorithm name"
       type="java.lang.String"/>



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