You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2004/06/18 22:18:31 UTC

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/config host.xml

markt       2004/06/18 13:18:31

  Modified:    webapps/tomcat-docs/config host.xml
  Log:
  Fix bug 18433. Update docs to clarify relationship between autodeploy and livedeploy
  
  Revision  Changes    Path
  1.17      +8 -5      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.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- host.xml	23 Dec 2003 16:50:58 -0000	1.16
  +++ host.xml	18 Jun 2004 20:18:31 -0000	1.17
  @@ -71,10 +71,12 @@
         </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.  See
  -        <a href="#Automatic Application Deployment">Automatic Application
  +        <p>This flag value indicates if web applications from this host
  +        should
 be automatically deployed by the host configurator at
  +        startup.
 The flag's value defaults to true.  <strong>Note</strong>
  +        that if this
 flag is set to false and livedeploy is set
 to true then
  +       
 the web
 applications will still be deployed shortly after
 startup.
  +        See
 <a href="#Automatic Application Deployment">Automatic
 Application
           Deployment</a> for more information.</p>
         </attribute>
   
  @@ -280,7 +282,8 @@
       you can also request that new XML configuration files, WAR files, or
       subdirectories (containing web applications) that are dropped in to the
       <code>appBase</code> directory while Tomcat is running will be
  -    automatically deployed, according to the rules described above.</p>
  +    automatically deployed, according to the rules described above by
  +    setting the livedeploy attribute to true.</p>
   
       <p>When using automatic deployment, the <code>docBase</code> defined by
       an XML <a href="context.html">Context</a> file should be outside of the
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org