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 2003/04/13 04:34:02 UTC

cvs commit: jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/tcp SimpleTcpCluster.java

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: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org