yoavs 2004/09/20 11:25:43 Modified: webapps/docs changelog.xml webapps/docs/config host.xml Log: Bugzilla 31277: clarified Automatic Application Deployment doc a bit. Revision Changes Path 1.112 +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.111 retrieving revision 1.112 diff -u -r1.111 -r1.112 --- changelog.xml 20 Sep 2004 17:58:26 -0000 1.111 +++ changelog.xml 20 Sep 2004 18:25:42 -0000 1.112 @@ -45,6 +45,9 @@ md5Helper, md5Encoder, and normalize are used by WebdavServlet, not DefaultServelt so move them into WebdavServlet. </update> + <fix> + <bug>31277</bug>: Clarified automatic application deployment section of Host configuration page. (yoavs) + </fix> </changelog> </subsection> 1.10 +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.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- host.xml 20 Sep 2004 18:14:43 -0000 1.9 +++ host.xml 20 Sep 2004 18:25:43 -0000 1.10 @@ -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> @@ -271,7 +273,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, @@ -316,6 +319,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]