Author: markt Date: Wed Mar 25 09:39:34 2009 New Revision: 758189 URL: http://svn.apache.org/viewvc?rev=758189&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46816 Align mbean with implementation
Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/catalina/session/mbeans-descriptors.xml tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Propchange: tomcat/tc6.0.x/trunk/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Wed Mar 25 09:39:34 2009 @@ -1 +1 @@ -/tomcat/trunk:601180,606992,612607,630314,640888,652744,653247,673796,673820,683982,684001,684081,684234,684269-684270,685177,687503,687645,689402,690781,691392,691805,692748,693378,694992,695053,695311,696780,696782,698012,698227,698236,698613,699427,699634,701355,709294,709811,709816,710063,710066,710125,710205,711126,711600,712461,712467,718360,719119,719124,719602,719626,719628,720046,720069,721040,723404,723738,726052,727303,728032,728768,728947,729057,729567,729569,729571,729809,729815,729934,730250,730590,731651,732859,732863,734734,740675,740684,742677,742697,742714,744160,744238,746321,746384,747834,747863,748344,750258,750291,750921,751286-751287 +/tomcat/trunk:601180,606992,612607,630314,640888,652744,653247,673796,673820,683982,684001,684081,684234,684269-684270,685177,687503,687645,689402,690781,691392,691805,692748,693378,694992,695053,695311,696780,696782,698012,698227,698236,698613,699427,699634,701355,709294,709811,709816,710063,710066,710125,710205,711126,711600,712461,712467,718360,719119,719124,719602,719626,719628,720046,720069,721040,723404,723738,726052,727303,728032,728768,728947,729057,729567,729569,729571,729809,729815,729934,730250,730590,731651,732859,732863,734734,740675,740684,742677,742697,742714,744160,744238,746321,746384,747834,747863,748344,750258,750291,750921,751286-751287,751295 Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=758189&r1=758188&r2=758189&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Wed Mar 25 09:39:34 2009 @@ -93,12 +93,6 @@ +1: markt, rjung -1: -* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46816 - http://svn.apache.org/viewvc?rev=751295&view=rev - Align mbean with implementation - +1: markt, billbarker, rjung - -1: - * Use some already existing constants instead of explicit numbers in the AJP conectors. Backport of http://svn.apache.org/viewvc?rev=757706&view=rev Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/session/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/session/mbeans-descriptors.xml?rev=758189&r1=758188&r2=758189&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/java/org/apache/catalina/session/mbeans-descriptors.xml (original) +++ tomcat/tc6.0.x/trunk/java/org/apache/catalina/session/mbeans-descriptors.xml Wed Mar 25 09:39:34 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" /> Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=758189&r1=758188&r2=758189&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Wed Mar 25 09:39:34 2009 @@ -33,6 +33,14 @@ <body> <section name="Tomcat 6.0.20 (remm)"> + <subsection name="Catalina"> + <changelog> + <fix> + <bug>46816</bug>: Align session manager mbean descriptor with + implementation. (markt) + </fix> + </changelog> + </subsection> <subsection name="Coyote"> <changelog> <update> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org