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 2009/07/07 15:13:40 UTC

svn commit: r791823 - in /tomcat/sandbox/tomcat-oacc/trunk: RELEASE-NOTES RUNNING.txt

Author: rjung
Date: Tue Jul  7 13:13:40 2009
New Revision: 791823

URL: http://svn.apache.org/viewvc?rev=791823&view=rev
Log:
Fix class name syntax in OACC docs.

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

Modified: tomcat/sandbox/tomcat-oacc/trunk/RELEASE-NOTES
URL: http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-oacc/trunk/RELEASE-NOTES?rev=791823&r1=791822&r2=791823&view=diff
==============================================================================
--- tomcat/sandbox/tomcat-oacc/trunk/RELEASE-NOTES (original)
+++ tomcat/sandbox/tomcat-oacc/trunk/RELEASE-NOTES Tue Jul  7 13:13:40 2009
@@ -44,8 +44,8 @@
 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".
+"org.apache.catalina.cluster.session.SimpleTcpReplicationManager"
+or "org.apache.catalina.cluster.session.DeltaManager".
 
 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=791823&r1=791822&r2=791823&view=diff
==============================================================================
--- tomcat/sandbox/tomcat-oacc/trunk/RUNNING.txt (original)
+++ tomcat/sandbox/tomcat-oacc/trunk/RUNNING.txt Tue Jul  7 13:13:40 2009
@@ -70,8 +70,8 @@
       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".
+      "org.apache.catalina.cluster.session.SimpleTcpReplicationManager" or
+      "org.apache.catalina.cluster.session.DeltaManager".
 
       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



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