fhanik      2003/04/12 19:34:02

  Modified:    modules/cluster/src/share/org/apache/catalina/cluster/tcp
                        SimpleTcpCluster.java
  Log:
  added in the property when starting the service, before it was complaining about the 
property not set
  
  Revision  Changes    Path
  1.11      +8 -7      
jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/tcp/SimpleTcpCluster.java
  
  Index: SimpleTcpCluster.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/tcp/SimpleTcpCluster.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- SimpleTcpCluster.java     3 Apr 2003 02:29:38 -0000       1.10
  +++ SimpleTcpCluster.java     13 Apr 2003 02:34:02 -0000      1.11
  @@ -613,6 +613,7 @@
               {
                   tcpAddress = java.net.InetAddress.getByName(address);
               }//end if
  +            svcproperties.setProperty("tcpListenHost",address);
           }catch ( Exception x ){
               log.error("Unable to set listen address",x);
           }
  
  
  

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

Reply via email to