remm        01/10/21 21:49:19

  Modified:    webapps/tomcat-docs/config host.xml
  Log:
  - Add new auto deploy flag. If true, the web applcations will be automatically
    deployed by the host configurator.
  
  Revision  Changes    Path
  1.7       +6 -0      jakarta-tomcat-4.0/webapps/tomcat-docs/config/host.xml
  
  Index: host.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/host.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- host.xml  2001/10/12 17:09:37     1.6
  +++ host.xml  2001/10/22 04:49:19     1.7
  @@ -70,6 +70,12 @@
           deployment of web applications to be deployed automatically.</p>
         </attribute>
   
  +      <attribute name="autoDeploy" required="false">
  +        <p>This flag value indicates if web applications from this host should
  +        be automatically deployed by the host configurator.
  +        The flag's value defaults to true.</p>
  +      </attribute>
  +
         <attribute name="className" required="false">
           <p>Java class name of the implementation to use.  This class must
           implement the <code>org.apache.catalina.Host</code> interface.
  
  
  


Reply via email to