Author: markt
Date: Sun Mar 28 12:28:54 2010
New Revision: 928388

URL: http://svn.apache.org/viewvc?rev=928388&view=rev
Log:
Language tweaks

Modified:
    tomcat/trunk/webapps/docs/config/host.xml

Modified: tomcat/trunk/webapps/docs/config/host.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/host.xml?rev=928388&r1=928387&r2=928388&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/host.xml (original)
+++ tomcat/trunk/webapps/docs/config/host.xml Sun Mar 28 12:28:54 2010
@@ -363,7 +363,7 @@
         </li>
     <li>Finally, any sub-directory within the Host's <code>appBase</code> that
         has not already been deployed as a result of a context XML descriptor
-        will be deployed next. The context path used will be a slash character
+        will be deployed. The context path used will be a slash character
         ("/") followed by the directory name, unless the directory name is 
ROOT,
         in which case the context path will <code>/</code>. Multi-level 
contexts
         may be defined by using #, e.g. use a directory named
@@ -426,7 +426,7 @@
 
     <p>Finally, note that if you are defining contexts explicitly in 
server.xml,
     you should probably turn off automatic application deployment.  Otherwise,
-    the web applications will each be deployed twice each, and that may cause
+    the web applications will each be deployed twice, and that may cause
     problems for the applications.
     </p>
 



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

Reply via email to