Author: kfujino
Date: Mon Apr 13 04:55:18 2015
New Revision: 1673102
URL: http://svn.apache.org/r1673102
Log:
Add mbean definition of recordAllActions.
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml?rev=1673102&r1=1673101&r2=1673102&view=diff
==============================================================================
---
tomcat/tc8.0.x/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml
(original)
+++
tomcat/tc8.0.x/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml
Mon Apr 13 04:55:18 2015
@@ -309,6 +309,11 @@
is="true"
description="All session messages before state transfer message creation
are dropped."
type="boolean"/>
+ <attribute
+ name="recordAllActions"
+ is="true"
+ description="Flag whether send all actions for session across Tomcat
cluster nodes."
+ type="boolean"/>
<operation
name="expireSession"
description="Expired the given session"
@@ -530,6 +535,11 @@
name="secureRandomProvider"
description="The secure random number generator provider name"
type="java.lang.String"/>
+ <attribute
+ name="recordAllActions"
+ is="true"
+ description="Flag whether send all actions for session across Tomcat
cluster nodes."
+ type="boolean"/>
<operation
name="expireSession"
description="Expired the given session"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]