Author: kfujino
Date: Mon Sep  7 06:45:02 2015
New Revision: 1701553

URL: http://svn.apache.org/r1701553
Log:
Correct log messages in case of using BackupManager.

Modified:
    tomcat/trunk/java/org/apache/catalina/ha/session/LocalStrings.properties

Modified: 
tomcat/trunk/java/org/apache/catalina/ha/session/LocalStrings.properties
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ha/session/LocalStrings.properties?rev=1701553&r1=1701552&r2=1701553&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/ha/session/LocalStrings.properties 
(original)
+++ tomcat/trunk/java/org/apache/catalina/ha/session/LocalStrings.properties 
Mon Sep  7 06:45:02 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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to