You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2015/02/13 12:30:38 UTC

svn commit: r1659516 - /tomcat/trunk/webapps/docs/config/automatic-deployment.xml

Author: kkolinko
Date: Fri Feb 13 11:30:37 2015
New Revision: 1659516

URL: http://svn.apache.org/r1659516
Log:
Correct typos. Some were reported via comments.a.o for Tomcat 7.

Modified:
    tomcat/trunk/webapps/docs/config/automatic-deployment.xml

Modified: tomcat/trunk/webapps/docs/config/automatic-deployment.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/automatic-deployment.xml?rev=1659516&r1=1659515&r2=1659516&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/automatic-deployment.xml (original)
+++ tomcat/trunk/webapps/docs/config/automatic-deployment.xml Fri Feb 13 11:30:37 2015
@@ -61,7 +61,7 @@
       <td>XML+EW</td>
       <td>An XML configuration file located in the Host&apos;s
           <em>configBase</em>. It must contain a single &lt;Context&gt; element
-          and may contain optional nested elements. If includes an explicit
+          and may contain optional nested elements. It includes an explicit
           <em>docBase</em> attribute that points to an external WAR. It
           represents a single web application. It is often referred to as a
           context.xml file.</td>
@@ -69,8 +69,8 @@
       <td>XML+ED</td>
       <td>An XML configuration file located in the Host&apos;s
           <em>configBase</em>. It must contain a single &lt;Context&gt; element
-          and may contain optional nested elements. If includes an explicit
-          <em>docBase</em> attribute that points to an external WAR. It
+          and may contain optional nested elements. It includes an explicit
+          <em>docBase</em> attribute that points to an external directory. It
           represents a single web application. It is often referred to as a
           context.xml file.</td>
     </tr><tr>
@@ -87,12 +87,12 @@
           does not include an embedded context.xml file.</td>
     </tr><tr>
       <td>DIR+XML</td>
-      <td>A directory located in the Host&apos;s <em>appBase</em>. The director
+      <td>A directory located in the Host&apos;s <em>appBase</em>. The directory
           does include an embedded context.xml file.</td>
     </tr><tr>
       <td>redeploy</td>
       <td>The Context object that represents the web application is destroyed
-          and a new Context object created. If present and permitted by the
+          and a new Context object is created. If present and permitted by the
           configuration, this new Context object is created by parsing the
           context.xml file. The web.xml file is parsed during the application
           start process. Any sessions stored in the standard Manager in the
@@ -512,7 +512,7 @@
     <li>If a WAR is added to the <em>appBase</em> when an external WAR already
         exists, the WAR in the <em>appBase</em> will be ignored but a warning
         will be logged when the WAR in the <em>appBase</em> is first detected.
-        If the external WAR is removed, the WAR in the <em>appBaase</em> will be
+        If the external WAR is removed, the WAR in the <em>appBase</em> will be
         left and may be deployed via automatic deployment.</li>
     <li>If an XML file is added to the META-INF directory of an application
         deployed from that DIR, the application will always be redeployed. The



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