Author: kfujino
Date: Mon Sep 7 06:46:09 2015
New Revision: 1701554
URL: http://svn.apache.org/r1701554
Log:
Correct log messages in case of using BackupManager.
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/catalina/ha/session/LocalStrings.properties
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/catalina/ha/session/LocalStrings.properties
URL:
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/java/org/apache/catalina/ha/session/LocalStrings.properties?rev=1701554&r1=1701553&r2=1701554&view=diff
==============================================================================
---
tomcat/tc8.0.x/trunk/java/org/apache/catalina/ha/session/LocalStrings.properties
(original)
+++
tomcat/tc8.0.x/trunk/java/org/apache/catalina/ha/session/LocalStrings.properties
Mon Sep 7 06:46:09 2015
@@ -54,7 +54,7 @@ deltaManager.unloading.ioe=IOException w
deltaManager.waitForSessionState=Manager [{0}], requesting session state from
{1}. This operation will timeout if no session state has been received within
{2} seconds.
deltaManager.unableSerializeSessionID =Unable to serialize sessionID [{0}]
deltaRequest.showPrincipal=Principal [{0}] is set to session {1}
-deltaRequest.wrongPrincipalClass=DeltaManager only support GenericPrincipal.
Your realm used principal class {0}.
+deltaRequest.wrongPrincipalClass=ClusterManager only support GenericPrincipal.
Your realm used principal class {0}.
deltaRequest.removeUnable=Unable to remove element:
deltaRequest.ssid.mismatch=Session id mismatch, not executing the delta request
deltaRequest.invalidAttributeInfoType=Invalid attribute info type={0}
@@ -66,10 +66,10 @@ jvmRoute.cannotFindSession=Can't find se
jvmRoute.changeSession=Changed session from [{0}] to [{1}]
jvmRoute.configure.warn=Please, setup your JvmRouteBinderValve at host valve,
not at context valve!
jvmRoute.failover=Detected a failover with different jvmRoute - orginal route:
[{0}] new one: [{1}] at session id [{2}]
-jvmRoute.foundManager=Found Cluster DeltaManager {0} at {1}
+jvmRoute.foundManager=Found Cluster Manager {0} at {1}
jvmRoute.missingJvmRouteAttribute=No engine jvmRoute attribute configured!
jvmRoute.noCluster=The JvmRouterBinderValve is configured, but clustering is
not being used. Fail over will still work, providing a PersistentManager is
used.
-jvmRoute.notFoundManager=Not found Cluster DeltaManager at {0}
+jvmRoute.notFoundManager=Not found Cluster Manager at {0}
jvmRoute.turnoverInfo=Turnover Check time {0} msec
jvmRoute.valve.started=JvmRouteBinderValve started
jvmRoute.valve.stopped=JvmRouteBinderValve stopped
Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml?rev=1701554&r1=1701553&r2=1701554&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Mon Sep 7 06:46:09 2015
@@ -81,6 +81,10 @@
<code>ClusterSessionListener</code> is never used in
<code>BackupManager</code>. (kfujino)
</fix>
+ <fix>
+ Correct log messages in case of using <code>BackupManager</code>.
+ (kfujino)
+ </fix>
</changelog>
</subsection>
<subsection name="Web applications">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]