From: markt
Date: Fri, 8 Dec 2006 02:26:28 +0000 (+0000)
Subject: Port fix for bug 40581. Add note about using symbolic links.
X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=174f4097a7dbc1b12b2851f28def1f1e551fa8a5;p=tomcat7.0
Port fix for bug 40581. Add note about using symbolic links.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@483785 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/webapps/docs/config/context.xml b/webapps/docs/config/context.xml
index 89e719b2e..a1eba7b8d 100644
--- a/webapps/docs/config/context.xml
+++ b/webapps/docs/config/context.xml
@@ -154,6 +154,10 @@
DefaultContext element associated
with our owning Host. By default, settings
in the DefaultContext element will be used.
+ 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.