markt 2003/12/23 08:50:17 Modified: webapps/docs/config host.xml Log: - Fix a couple of typos - Update docs in response to bug 9960. Clarify potential issues using xml context files and auto deployment. Revision Changes Path 1.6 +8 -2 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.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- host.xml 30 Jul 2003 18:37:51 -0000 1.5 +++ host.xml 23 Dec 2003 16:50:17 -0000 1.6 @@ -264,7 +264,7 @@ <p>If you are using the standard <strong>Host</strong> implementation, the following actions take place automatically when Catalina is first started, if the <code>deployOnStartup</code> property is set to - <code>true</code> (which is the default value:</p> + <code>true</code> (which is the default value):</p> <ul> <li>Any XML file in the <code>$CATALINA_HOME/conf/[engine_name]/[host_name]</code> directory is @@ -272,7 +272,7 @@ <a href="context.html">Context</a> element (and its associated subelements) for a single web application. The <code>docBase</code> attribute of this <code><Context></code> element will typically - be the absolute pathname to a web applicationd directory, or the + 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 @@ -314,6 +314,12 @@ a deployment of the associated web application</li> </ul> </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 + <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> </subsection>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]