From 86b2afc47042724b5a0ba00ca22bfebda992d232 Mon Sep 17 00:00:00 2001 From: kkolinko Date: Wed, 26 Jan 2011 16:35:48 +0000 Subject: [PATCH] Correct some old typo in context docs: move comment about docBase bahaviour with symlinks to where it belongs. No need to update 5.5 ones: they are OK already. CTR: docs git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1063782 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/context.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webapps/docs/config/context.xml b/webapps/docs/config/context.xml index 2dd190cba..058424f09 100644 --- a/webapps/docs/config/context.xml +++ b/webapps/docs/config/context.xml @@ -234,6 +234,10 @@

The value of this field must not be set unless the Context element is defined in server.xml or the docBase is not located under the Host's appBase.

+

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 context. A context reload is not + sufficient.

@@ -250,10 +254,6 @@ or Host default contexts. By default, settings from a default context will be used but may be overridden by a setting the same attribute explicitly for the Context.

-

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 context. A context reload is not - sufficient.

-- 2.11.0