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/10/25 23:16:12 UTC

svn commit: r1710492 - /tomcat/tc6.0.x/trunk/webapps/docs/config/host.xml

Author: kkolinko
Date: Sun Oct 25 22:16:12 2015
New Revision: 1710492

URL: http://svn.apache.org/viewvc?rev=1710492&view=rev
Log:
CTR: docs. Fix missing " (quote) in a configuration example. Reported via a documentation comment.

Modified:
    tomcat/tc6.0.x/trunk/webapps/docs/config/host.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/host.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/host.xml?rev=1710492&r1=1710491&r2=1710492&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/host.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/host.xml Sun Oct 25 22:16:12 2015
@@ -593,7 +593,7 @@
   ...
   <Listener className="org.apache.catalina.startup.UserConfig"
             directoryName="public_html"
-            homeBase=c:\Homes"
+            homeBase="c:\Homes"
             userClass="org.apache.catalina.startup.HomesUserDatabase"/>
   ...
 </Host>



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