jfclere     2002/12/02 07:09:09

  Modified:    webapps/tomcat-docs/config host.xml
  Log:
  Try to improve the Application Base related explainations.
  
  Revision  Changes    Path
  1.13      +3 -2      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.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- host.xml  20 Mar 2002 12:33:01 -0000      1.12
  +++ host.xml  2 Dec 2002 15:09:09 -0000       1.13
  @@ -247,7 +247,8 @@
       started, if the <code>autoDeploy</code> property is set to
       <code>true</code> (which is the default value:</p>
       <ul>
  -    <li>Any XML file in this directory is assumed to contain a
  +    <li>Any XML file in the directory defined by appBase
  +        (<em>Application Base</em> directory) is assumed to contain a
           <a href="context.html">Context</a> element (and its associated
           subelements) for a single web application.  The <code>docBase</code>
           attribute of this <code>&lt;Context&gt;</code> element will typically
  @@ -260,7 +261,7 @@
           is set to <code>false</code>.  If you redeploy an updated WAR file,
           be sure to delete the expanded directory when restarting Tomcat, so
           that the updated WAR file will be re-expanded.</li>
  -    <li>Any subdirectory within the <em>application base directory</em>
  +    <li>Any subdirectory within the <em>Application Base</em> directory
           that appears to be an unpacked web application (that is, it contains
           a <code>/WEB-INF/web.xml</code> file) will receive an automatically
           generated <a href="context.html">Context</a> element, even if this
  
  
  

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

Reply via email to