Author: fhanik Date: Fri Mar 24 08:47:32 2006 New Revision: 388576 URL: http://svn.apache.org/viewcvs?rev=388576&view=rev Log: Oops, now are are completely autoconfigured
Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/ChannelCoordinator.java Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/ChannelCoordinator.java URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/ChannelCoordinator.java?rev=388576&r1=388575&r2=388576&view=diff ============================================================================== --- tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/ChannelCoordinator.java (original) +++ tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/ChannelCoordinator.java Fri Mar 24 08:47:32 2006 @@ -115,6 +115,7 @@ if (started) return; //must start the receiver first so that we can coordinate the port it //listens to with the local membership settings + clusterReceiver.setMessageListener(this); clusterReceiver.start(); clusterSender.start(); //synchronize, big time FIXME --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]