Made a larger autoBind property
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 16 Oct 2006 15:34:23 +0000 (15:34 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 16 Oct 2006 15:34:23 +0000 (15:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@464520 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/tribes/transport/ReceiverBase.java
webapps/docs/config/cluster-deployer.xml
webapps/docs/config/cluster-receiver.xml

index 9c26895..e01b6d9 100644 (file)
@@ -57,7 +57,7 @@ public abstract class ReceiverBase implements ChannelReceiver, ListenCallback, T
     private boolean direct = true;
     private long tcpSelectorTimeout = 5000;
     //how many times to search for an available socket
-    private int autoBind = 10;
+    private int autoBind = 100;
     private int maxThreads = 6;
     private int minThreads = 6;
     private boolean tcpNoDelay = true;
index f9d7d6c..bbe41ce 100644 (file)
@@ -15,7 +15,7 @@
 
 
 <section name="Introduction">
-
+  <p>This goober is currently pretty broken, but we are working hard to fix it</p>
   
 
 </section>
index 8f17099..84a7f5f 100644 (file)
@@ -66,7 +66,7 @@
       a server socket on the first available port in the range 4000-4010.
     </attribute>
     <attribute name="autoBind" required="false">
-      Default value is <code>10</code>.
+      Default value is <code>100</code>.
       Use this value if you wish to automatically avoid port conflicts the cluster receiver will try to open a 
       server socket on the <code>port</code> attribute port, and then work up <code>autoBind</code> number of times.
     </attribute>