djencks     2004/01/18 22:52:33

  Modified:    modules/deployment/src/test-resources/etc
                        bootstrapped-service.xml
  Log:
  choose a more generally usable interface
  
  Revision  Changes    Path
  1.2       +2 -2      
incubator-geronimo/modules/deployment/src/test-resources/etc/bootstrapped-service.xml
  
  Index: bootstrapped-service.xml
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/modules/deployment/src/test-resources/etc/bootstrapped-service.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- bootstrapped-service.xml  19 Jan 2004 06:43:32 -0000      1.1
  +++ bootstrapped-service.xml  19 Jan 2004 06:52:33 -0000      1.2
  @@ -34,8 +34,8 @@
       <gbean class="org.apache.geronimo.web.jetty.JettyWebConnector" 
objectName="geronimo.web:type=WebConnector,container=Jetty,port=8080">
           <default attribute="Protocol" type="java.lang.String">http</default>
           <!-- IMPORTANT localhost here will result in access only from 
127.0.0.1-->
  -        <!--default attribute="Interface" 
type="java.lang.String">localhost</default-->
  -        <default attribute="Interface" 
type="java.lang.String">192.168.1.1</default>
  +        <default attribute="Interface" 
type="java.lang.String">localhost</default>
  +        <!--default attribute="Interface" 
type="java.lang.String">192.168.1.1</default-->
           <default attribute="Port" type="int">8080</default>
           <default attribute="MaxConnections" type="int">10</default>
           <default attribute="MaxIdleTime" type="int">10</default>
  
  
  

Reply via email to