From 2ff8ecbcda3c6bdcf508ffa172546936ee4871f7 Mon Sep 17 00:00:00 2001 From: yoavs Date: Sun, 25 Mar 2007 15:44:59 +0000 Subject: [PATCH] Bugzilla 39883: add documentation warning about the use of antiResourceLocking on a webapp that's outside th Host's appBase. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@522286 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/changelog.xml | 4 ++++ webapps/docs/config/context.xml | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 90060b3e8..e8cb9d2c1 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -40,6 +40,10 @@ 41752 Correct error message on exception in MemoryRealm. (markt) + + 39883 Add documentation warning about using antiResourceLocking + on a webapp outside the Host's appBase. (yoavs) + diff --git a/webapps/docs/config/context.xml b/webapps/docs/config/context.xml index 828cdf416..7615c5da9 100644 --- a/webapps/docs/config/context.xml +++ b/webapps/docs/config/context.xml @@ -241,6 +241,15 @@ including the disabling of JSP reloading in a running server: see Bugzilla 37668.

+ +

+ Please note that setting this flag to true in applications that are + outside the appBase for the Host (the webapps directory + by default) will cause the application to be + deleted on Tomcat shutdown. You probably don't want to + do this, so think twice before setting antiResourceLocking=true on a webapp + that's outside the appBase for its Host. +

-- 2.11.0