You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by fh...@apache.org on 2006/10/11 19:32:37 UTC

svn commit: r462870 - /tomcat/tc6.0.x/trunk/conf/server.xml

Author: fhanik
Date: Wed Oct 11 10:32:35 2006
New Revision: 462870

URL: http://svn.apache.org/viewvc?view=rev&rev=462870
Log:
Cleaned up config

Modified:
    tomcat/tc6.0.x/trunk/conf/server.xml

Modified: tomcat/tc6.0.x/trunk/conf/server.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/conf/server.xml?view=diff&rev=462870&r1=462869&r2=462870
==============================================================================
--- tomcat/tc6.0.x/trunk/conf/server.xml (original)
+++ tomcat/tc6.0.x/trunk/conf/server.xml Wed Oct 11 10:32:35 2006
@@ -200,15 +200,15 @@
         
           <Channel className="org.apache.catalina.tribes.group.GroupChannel">
             <Membership className="org.apache.catalina.tribes.membership.McastService"
-                        mcastAddr="228.0.0.4"
-                        mcastPort="45564"
-                        mcastFrequency="500"
-                        mcastDropTime="3000"/>
+                        address="228.0.0.4"
+                        port="45564"
+                        frequency="500"
+                        dropTime="3000"/>
             <Receiver className="org.apache.catalina.tribes.transport.nio.NioReceiver"
-                      tcpListenAddress="auto"
-                      tcpListenPort="auto"
-                      tcpSelectorTimeout="100"
-                      tcpThreadCount="6"/>
+                      address="auto"
+                      port="auto"
+                      selectorTimeout="100"
+                      maxThreads="6"/>
 
             <Sender className="org.apache.catalina.tribes.transport.ReplicationTransmitter">
               <Transport className="org.apache.catalina.tribes.transport.nio.PooledParallelSender"/>



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