You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2010/07/07 16:13:29 UTC

svn commit: r961383 - in /tomcat/sandbox/tomcat-oacc/trunk: RELEASE-NOTES RUNNING.txt docs/oacc-howto.xml

Author: rjung
Date: Wed Jul  7 14:13:29 2010
New Revision: 961383

URL: http://svn.apache.org/viewvc?rev=961383&view=rev
Log:
Fix docu bug. No need to set Manager class explicitely
if the cluster class is correct.

Modified:
    tomcat/sandbox/tomcat-oacc/trunk/RELEASE-NOTES
    tomcat/sandbox/tomcat-oacc/trunk/RUNNING.txt
    tomcat/sandbox/tomcat-oacc/trunk/docs/oacc-howto.xml

Modified: tomcat/sandbox/tomcat-oacc/trunk/RELEASE-NOTES
URL: http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-oacc/trunk/RELEASE-NOTES?rev=961383&r1=961382&r2=961383&view=diff
==============================================================================
--- tomcat/sandbox/tomcat-oacc/trunk/RELEASE-NOTES (original)
+++ tomcat/sandbox/tomcat-oacc/trunk/RELEASE-NOTES Wed Jul  7 14:13:29 2010
@@ -43,9 +43,8 @@ against the same version of Tomcat, than
 
 All cluster configuration options from Tomcat 5.5 should work without
 any change with OACC. You need to ensure, that you have set the
-"managerClassName" explicitely to either
-"org.apache.catalina.cluster.session.SimpleTcpReplicationManager"
-or "org.apache.catalina.cluster.session.DeltaManager".
+"className" in the "Cluster" element explicitely to
+"org.apache.catalina.cluster.tcp.SimpleTcpCluster".
 
 You don't need to uninstall Tomcat 6 default cluster if you like to
 use OACC. We don't support mixed use of OACC and Tomcat 6 default cluster

Modified: tomcat/sandbox/tomcat-oacc/trunk/RUNNING.txt
URL: http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-oacc/trunk/RUNNING.txt?rev=961383&r1=961382&r2=961383&view=diff
==============================================================================
--- tomcat/sandbox/tomcat-oacc/trunk/RUNNING.txt (original)
+++ tomcat/sandbox/tomcat-oacc/trunk/RUNNING.txt Wed Jul  7 14:13:29 2010
@@ -69,9 +69,8 @@ subdirectory of your source distribution
       Tomcat 6 clustering. All cluster configuration options from Tomcat 5.5 should
       work without any change with OACC.
 
-      You need to ensure, that you have set the "managerClassName" explicitely to either
-      "org.apache.catalina.cluster.session.SimpleTcpReplicationManager" or
-      "org.apache.catalina.cluster.session.DeltaManager".
+      You need to ensure, that you have set the "className" in the "Cluster" element
+      explicitely to "org.apache.catalina.cluster.tcp.SimpleTcpCluster".
 
       You don't need to uninstall Tomcat 6 default cluster if you like to
       use OACC. We don't support mixed use of OACC and Tomcat 6 default cluster

Modified: tomcat/sandbox/tomcat-oacc/trunk/docs/oacc-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-oacc/trunk/docs/oacc-howto.xml?rev=961383&r1=961382&r2=961383&view=diff
==============================================================================
--- tomcat/sandbox/tomcat-oacc/trunk/docs/oacc-howto.xml (original)
+++ tomcat/sandbox/tomcat-oacc/trunk/docs/oacc-howto.xml Wed Jul  7 14:13:29 2010
@@ -1118,7 +1118,6 @@ Between send blocks wait 5 secs to trans
 when you use the async modes with queues.<br/>
 <source>
     &lt;Cluster className="org.apache.catalina.tcp.SimpleTcpCluster"
-      managerClassName="org.apache.catalina.cluster.session.DeltaManager"
       manager.stateTransferTimeout="120"
       manager.sendAllSessions="false"
       manager.sendAllSessionsSize="100"



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org