Author: markt
Date: Sat Mar 7 16:54:46 2009
New Revision: 751295
URL: http://svn.apache.org/viewvc?rev=751295&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46816
Align mbean descriptor attributes with implementations
Modified:
tomcat/trunk/java/org/apache/catalina/session/mbeans-descriptors.xml
Modified: tomcat/trunk/java/org/apache/catalina/session/mbeans-descriptors.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/session/mbeans-descriptors.xml?rev=751295&r1=751294&r2=751295&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/session/mbeans-descriptors.xml
(original)
+++ tomcat/trunk/java/org/apache/catalina/session/mbeans-descriptors.xml Sat
Mar 7 16:54:46 2009
@@ -240,10 +240,6 @@
type="java.lang.String"
writeable="false"/>
- <attribute name="pathname"
- description="Path name of the disk file in which active sessions"
- type="java.lang.String"/>
-
<attribute name="activeSessions"
description="Number of active sessions at this moment"
type="int"
@@ -269,6 +265,14 @@
description="The maximum time a session may be idle before it should
be swapped to file just on general principle"
type="int" />
+ <attribute name="sessionMaxAliveTime"
+ description="Longest time an expired session had been alive"
+ type="int" />
+
+ <attribute name="sessionAverageAliveTime"
+ description="Average time an expired session had been alive"
+ type="int" />
+
<attribute name="rejectedSessions"
description="Number of sessions we rejected due to maxActive beeing
reached"
type="int" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]