Author: rjung
Date: Mon Jul 9 00:58:09 2007
New Revision: 554553
URL: http://svn.apache.org/viewvc?view=rev&rev=554553
Log:
Fix typo in new MBean attribute which lead to errors
in the manager webapp JMXProxy output.
Modified:
tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/session/mbeans-descriptors.xml
tomcat/container/tc5.5.x/webapps/docs/changelog.xml
Modified:
tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/session/mbeans-descriptors.xml
URL:
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/session/mbeans-descriptors.xml?view=diff&rev=554553&r1=554552&r2=554553
==============================================================================
---
tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/session/mbeans-descriptors.xml
(original)
+++
tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/session/mbeans-descriptors.xml
Mon Jul 9 00:58:09 2007
@@ -260,8 +260,8 @@
description="Auto expire tolerance interval for backup sessions
(default 300 sec)"
type="int" />
- <attribute name="updateActiveIntervall"
- description="Send session access to backup after this intervall
(default 60 sec)"
+ <attribute name="updateActiveInterval"
+ description="Send session access to backup after this interval
(default 60 sec)"
type="int" />
<operation name="listSessionIds"
Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?view=diff&rev=554553&r1=554552&r2=554553
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Mon Jul 9 00:58:09 2007
@@ -60,6 +60,9 @@
<subsection name="Cluster">
<changelog>
<fix>
+ Fix typo in new MBean attribute which lead to errors in the manager
webapp JMXProxy output. (rjung)
+ </fix>
+ <fix>
<bug>42689</bug>: No way to timeout new connect attempts for
replication sockets.
Patch by Casey Lucas (pero)
</fix>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]