You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2006/12/08 03:26:28 UTC

svn commit: r483785 - /tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml

Author: markt
Date: Thu Dec  7 18:26:28 2006
New Revision: 483785

URL: http://svn.apache.org/viewvc?view=rev&rev=483785
Log:
Port fix for bug 40581. Add note about using symbolic links.

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

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml?view=diff&rev=483785&r1=483784&r2=483785
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml Thu Dec  7 18:26:28 2006
@@ -154,6 +154,10 @@
         <a href="defaultcontext.html">DefaultContext</a> element associated
         with our owning <a href="host.html">Host</a>.  By default, settings
         in the DefaultContext element will be used.</p>
+        <p>If a symbolic link is used for docBase then changes to the
+        symbolic link will only be effective after a Tomcat restart or
+        by undeploying and redeploying the conext. A context reload is not
+        sufficient.</p>
       </attribute>
 
       <attribute name="privileged" required="false">



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