From 174f4097a7dbc1b12b2851f28def1f1e551fa8a5 Mon Sep 17 00:00:00 2001 From: markt Date: Fri, 8 Dec 2006 02:26:28 +0000 Subject: [PATCH] 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 --- webapps/docs/config/context.xml | 4 ++++ 1 file changed, 4 insertions(+) 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.

-- 2.11.0