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 2012/01/17 11:22:27 UTC

svn commit: r1232380 - /tomcat/trunk/webapps/docs/config/host.xml

Author: kkolinko
Date: Tue Jan 17 10:22:26 2012
New Revision: 1232380

URL: http://svn.apache.org/viewvc?rev=1232380&view=rev
Log:
Correct spelling of StandardHost's attribute copyXML

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=1232380&r1=1232379&r2=1232380&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/host.xml (original)
+++ tomcat/trunk/webapps/docs/config/host.xml Tue Jan 17 10:22:26 2012
@@ -391,7 +391,7 @@
         sure to delete the associated expanded directory before restarting
         Tomcat, so that the updated WAR file will be re-expanded when Tomcat
         restarts.<br/>
-        If <code>copyXml</code> is <code>true</code> (it is <code>false</code>
+        If <code>copyXML</code> is <code>true</code> (it is <code>false</code>
         by default), any web application archive file within the Hosts's
         <code>appBase</code> directory that does not have a corresponding
         context XML descriptor (with a ".xml" extension rather than a ".war"
@@ -408,7 +408,7 @@
         context path will <code>/</code>. Multi-level contexts may be defined by
         using #, e.g. use a directory named <code>foo#bar</code> for a context
         path of <code>/foo/bar</code>.<br/>
-        If <code>copyXml</code> is <code>true</code> (it is <code>false</code>
+        If <code>copyXML</code> is <code>true</code> (it is <code>false</code>
         by default), any directory within the Hosts's <code>appBase</code>
         directory that does not have a corresponding context XML descriptor in
         the Host's <code>xmlBase</code> will be scanned to see if it contains



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