From: yoavs
Date: Sun, 25 Mar 2007 15:44:59 +0000 (+0000)
Subject: Bugzilla 39883: add documentation warning about the use of antiResourceLocking on...
X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2ff8ecbcda3c6bdcf508ffa172546936ee4871f7;p=tomcat7.0
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
---
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.
+