Author: fhanik Date: Sun Apr 23 07:20:10 2006 New Revision: 396274 URL: http://svn.apache.org/viewcvs?rev=396274&view=rev Log: if no channel has been specified, create the default one
Modified: tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/tcp/SimpleTcpCluster.java Modified: tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/tcp/SimpleTcpCluster.java URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/tcp/SimpleTcpCluster.java?rev=396274&r1=396273&r2=396274&view=diff ============================================================================== --- tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/tcp/SimpleTcpCluster.java (original) +++ tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/tcp/SimpleTcpCluster.java Sun Apr 23 07:20:10 2006 @@ -649,6 +649,7 @@ try { if ( clusterDeployer != null ) clusterDeployer.setCluster(this); this.registerClusterValve(); + if ( channel == null ) channel = new GroupChannel(); channel.addMembershipListener(this); channel.addChannelListener(this); channel.start(channel.DEFAULT); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]