yoavs       2004/09/20 11:29:06

  Modified:    webapps/docs Tag: TOMCAT_5_0 changelog.xml
               webapps/docs/config Tag: TOMCAT_5_0 host.xml
  Log:
  Bugzilla 31277: clarified Automatic Application Deployment doc a bit.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.70.2.38 +3 -0      jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.70.2.37
  retrieving revision 1.70.2.38
  diff -u -r1.70.2.37 -r1.70.2.38
  --- changelog.xml     20 Sep 2004 18:07:21 -0000      1.70.2.37
  +++ changelog.xml     20 Sep 2004 18:29:05 -0000      1.70.2.38
  @@ -76,6 +76,9 @@
         <fix>
           <bug>30869</bug>: Make sure JAAS realm name is legal. (yoavs)
         </fix>
  +      <fix> 
  +        <bug>31277</bug>: Clarified automatic application deployment section of 
Host configuration page. (yoavs) 
  +      </fix> 
       </changelog>
     </subsection>
     <subsection name="Webapps">
  
  
  
  No                   revision
  No                   revision
  1.6.2.1   +9 -1      jakarta-tomcat-catalina/webapps/docs/config/host.xml
  
  Index: host.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/host.xml,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- host.xml  23 Dec 2003 16:50:17 -0000      1.6
  +++ host.xml  20 Sep 2004 18:29:05 -0000      1.6.2.1
  @@ -8,6 +8,8 @@
   
     <properties>
       <author email="[EMAIL PROTECTED]">Craig R. McClanahan</author>
  +    <author email="[EMAIL PROTECTED]">Remy Maucherat</author> 
  +    <author email="[EMAIL PROTECTED]">Yoav Shapira</author> 
       <title>The Host Container</title>
     </properties>
   
  @@ -275,7 +277,8 @@
           be the absolute pathname to a web application directory, or the
           absolute pathname of a web application archive (WAR) file (which
           will not be expanded).</li>
  -    <li>Any web application archive file that does not have a corresponding
  +    <li>Any web application archive file within the application base (appBase) 
  +        directory that does not have a corresponding
           directory of the same name (without the ".war" extension) will be
           automatically expanded, unless the <code>unpackWARs</code> property
           is set to <code>false</code>.  If you redeploy an updated WAR file,
  @@ -320,6 +323,11 @@
       <code>appBase</code> directory. If this is not the case difficulties
       may be experienced deploying the web application or the application may
       be deployed twice.</p>
  +
  +    <p>Finally, note that if you are defining contexts explicitly, you should 
  +    probably turn off automatic application deployment.  Otherwise, your context 
  +    will be deployed twice each, and that may cause problems for your app. 
  +    </p> 
   
     </subsection>
   
  
  
  

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

Reply via email to