Author: kfujino Date: Wed Apr 22 00:50:57 2015 New Revision: 1675233 URL: http://svn.apache.org/r1675233 Log: Remove unused pathname attribute in mbean definition of BackupManager.
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=1675233&r1=1675232&r2=1675233&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 Wed Apr 22 00:50:57 2015 @@ -475,10 +475,6 @@ description="Send session attribute change events on backup nodes" type="boolean"/> <attribute - name="pathname" - description="Path name of the disk file in which active sessions" - type="java.lang.String"/> - <attribute name="processExpiresFrequency" description="The frequency of the manager checks (expiration and passivation)" type="int"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org