Author: fhanik
Date: Wed Feb 22 11:10:28 2006
New Revision: 379846

URL: http://svn.apache.org/viewcvs?rev=379846&view=rev
Log:
Added in information on some recent changes

Modified:
    tomcat/container/tc5.5.x/webapps/docs/changelog.xml
    tomcat/container/tc5.5.x/webapps/docs/cluster-howto.xml

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?rev=379846&r1=379845&r2=379846&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Wed Feb 22 11:10:28 2006
@@ -130,6 +130,17 @@
   </subsection>
   <subsection name="Cluster">
     <changelog>
+      <update>
+        server.xml configuration change. The &lt;Receiver&gt; element
+        now contains the ClusterReceiverBase instead of ReplictionListener.
+        The ReplicationListener is separated out as a listener component, 
+        and how no clue about session replication.
+      </update>
+      <update>
+          Resurrected the &quot;suspect&quot; property so that the logs don't 
fill
+          up with errors when member disappears or a connection is lost.
+      </update>
+
       <add>
        <bug>35710</bug>: Add session replication for cross context session 
changes.
        The portlet api need this support, see refactored ReplicationValve. 
(pero)

Modified: tomcat/container/tc5.5.x/webapps/docs/cluster-howto.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/cluster-howto.xml?rev=379846&r1=379845&r2=379846&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/cluster-howto.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/cluster-howto.xml Wed Feb 22 11:10:28 
2006
@@ -237,7 +237,7 @@
    Receiver    Sender   Membership  \
      \                               -- Valve
      -- SocketReplicationListener    |      \
-     -- ReplicationListener          |       -- ReplicationValve
+     -- ClusterReceiverBase          |       -- ReplicationValve
                                      |       -- JvmRouteBinderValve 
                                      |
                                      -- LifecycleListener 
@@ -436,7 +436,7 @@
 <section name="Complex Cluster Configuration">
 <p>
 <br/><b>Example</b> Configure cluster with complete sub elements. Activate 
this node
-as master farm delopyer. Message receiver is NIO based 
<em>ReplicationListener</em> with six parallel
+as master farm delopyer. Message receiver is NIO based 
<em>ClusterReceiverBase</em> with six parallel
 worker threads.
 <br/>
 <source>
@@ -483,7 +483,7 @@
                                      mcastFrequency="1000"
                                       mcastDropTime="30000"/&gt;
                   &lt;Receiver 
-                                           
className="org.apache.catalina.cluster.tcp.ReplicationListener"
+                                           
className="org.apache.catalina.cluster.tcp.ClusterReceiverBase"
                                     tcpListenAddress="auto"
                                        tcpListenPort="9015"
                                   tcpSelectorTimeout="100"



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to