Author: kfujino
Date: Mon Sep 7 06:47:10 2015
New Revision: 1701555
URL: http://svn.apache.org/r1701555
Log:
Correct log messages in case of using BackupManager.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/LocalStrings.properties
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/LocalStrings.properties
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/LocalStrings.properties?rev=1701555&r1=1701554&r2=1701555&view=diff
==============================================================================
---
tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/LocalStrings.properties
(original)
+++
tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/LocalStrings.properties
Mon Sep 7 06:47:10 2015
@@ -56,7 +56,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}.
deltaSession.notifying=Notifying cluster of expiration primary={0} sessionId
[{1}]
deltaSession.valueBound.ex=Session bound listener throw an exception
deltaSession.valueBinding.ex=Session binding listener throw an exception
@@ -71,7 +71,7 @@ jvmRoute.clusterListener.stopped=Cluster
jvmRoute.configure.warn=Please, setup your JvmRouteBinderValve at host valve,
not at context valve!
jvmRoute.contextNotFound=Context [{0}] not found at node [{1}]!
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.hostNotFound=No host found [{0}]
jvmRoute.listener.started=SessionID Binder Listener started
jvmRoute.listener.stopped=SessionID Binder Listener stopped
@@ -79,7 +79,7 @@ jvmRoute.lostSession=Lost Session [{0}]
jvmRoute.missingJvmRouteAttribute=No engine jvmRoute attribute configured!
jvmRoute.newSessionCookie=Setting cookie with session id [{0}] name: [{1}]
path: [{2}] secure: [{3}] httpOnly: [{4}]
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.receiveMessage.sessionIDChanged=Cluster
JvmRouteSessionIDBinderListener received orginal session ID [{0}] set to new id
[{1}] for context path [{2}]
jvmRoute.run.already=jvmRoute SessionID receiver run already
jvmRoute.skipURLSessionIDs=Skip reassign jvm route check, sessionid comes from
URL!
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1701555&r1=1701554&r2=1701555&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Mon Sep 7 06:47:10 2015
@@ -85,6 +85,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]