remm        2002/12/05 08:03:06

  Modified:    resources/confinstall server_2.xml
  Log:
  - Add JG cluster example.
  
  Revision  Changes    Path
  1.8       +19 -0     jakarta-tomcat-5/resources/confinstall/server_2.xml
  
  Index: server_2.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/resources/confinstall/server_2.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- server_2.xml      3 Dec 2002 18:45:16 -0000       1.7
  +++ server_2.xml      5 Dec 2002 16:03:06 -0000       1.8
  @@ -113,6 +113,25 @@
         <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. 
  +           
  +           Note: XML Schema validationn will works with Xerces 2.0.1 or 
  +           Xerces 2.1. Xerces 2.0.2 and Xerces 2.2 have bugs that prevent 
  +           their use with Tomcat-->
  +      <!--
  +      <Host name="localhost" debug="0" appBase="webapps"
  +       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
                a user to be authenticated the first time they encounter a
  
  
  

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

Reply via email to