remm        2002/12/05 08:02:54

  Modified:    catalina/src/conf server.xml
  Log:
  - Add JG cluster example.
  
  Revision  Changes    Path
  1.12      +7 -1      jakarta-tomcat-catalina/catalina/src/conf/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/conf/server.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- server.xml        3 Dec 2002 18:44:51 -0000       1.11
  +++ server.xml        5 Dec 2002 16:02:54 -0000       1.12
  @@ -201,7 +201,6 @@
         <!-- Define the default virtual host -->
         <Host name="localhost" debug="0" appBase="webapps"
          unpackWARs="true" autoDeploy="true">
  -     
   
         <!-- Add the following attributes if you want to turn XML validation
              on. Remember to comment the Host element above. 
  @@ -214,6 +213,13 @@
          unpackWARs="true" autoDeploy="true"
          xmlValidation="true" xmlNamespaceAware="true">
         -->
  +
  +        <!-- Uncomment this to cluster this host using JavaGroups. The
  +             protocol attribute can be used to configure the JavaGroups
  +             network stack (the defaults are used if it's not specified). -->
  +        <!--
  +        <Cluster className="org.apache.catalina.cluster.JGCluster"/>
  +        -->
   
           <!-- Normally, users must authenticate themselves to each web app
                individually.  Uncomment the following entry if you would like
  
  
  

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

Reply via email to