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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org