pero 2005/02/11 11:47:45 Modified: webapps/docs changelog.xml Log: Add i18n support to o.a.c.cluster.session Add ReplicationValve detect primary node switch Fix instance base statistcs to ReplicationValve Revision Changes Path 1.233 +19 -2 jakarta-tomcat-catalina/webapps/docs/changelog.xml Index: changelog.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v retrieving revision 1.232 retrieving revision 1.233 diff -u -r1.232 -r1.233 --- changelog.xml 8 Feb 2005 15:45:56 -0000 1.232 +++ changelog.xml 11 Feb 2005 19:47:45 -0000 1.233 @@ -85,7 +85,7 @@ </docs> <update> Use NIO for the raw copying operation, as it is faster (a little under 30%), - and decreases a little the impact of antResourceLocking. (remm) + and decreases a little the impact of antiResourceLocking. (remm) </update> <fix> <bug>33357</bug>: Fix connection leaks with the DataSourceRealm, as well @@ -114,7 +114,7 @@ Add some log.isXXXEnabled (pero) </update> <add> - JkMX: make log4j mbean configureable with attribute log4jEnabled + JkMX: make log4j mbean configurable with attribute log4jEnabled (pero) </add> <fix> When Tomcat runs on Windows and IE is uploading data to the server, the first read @@ -136,6 +136,23 @@ </changelog> </subsection> + <subsection name="Cluster"> + <changelog> + <fix> + Add instance based ReplicationValve statistics to Mbean descriptor (pero) + </fix> + <fix> + Better I18N support to Cluster Session classes (pero) + </fix> + <add> + Support optional primaryIndicator at ReplicationValve to mark that + request processing to existing session is at primary cluster node. + Easy failover detection, when mark is not at + configurable primaryIndicator attribute, submitted by Rainer Jung (pero) + </add> + </changelog> + </subsection> + <subsection name="Webapps"> <changelog> <fix>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]