Author: yoavs
Date: Sun Mar 25 08:44:59 2007
New Revision: 522286
URL: http://svn.apache.org/viewvc?view=rev&rev=522286
Log:
Bugzilla 39883: add documentation warning about the use of antiResourceLocking
on a webapp that's outside th Host's appBase.
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml
Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?view=diff&rev=522286&r1=522285&r2=522286
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Sun Mar 25 08:44:59 2007
@@ -40,6 +40,10 @@
<bug>41752</bug> Correct error message on exception in MemoryRealm.
(markt)
</fix>
+ <update>
+ <bug>39883</bug> Add documentation warning about using
antiResourceLocking
+ on a webapp outside the Host's appBase. (yoavs)
+ </update>
</changelog>
</subsection>
<subsection name="Coyote">
Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml?view=diff&rev=522286&r1=522285&r2=522286
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml Sun Mar 25 08:44:59
2007
@@ -241,6 +241,15 @@
including the disabling of JSP reloading in a running server: see
<a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37668">Bugzilla
37668</a>.
</p>
+
+ <p>
+ Please note that setting this flag to true in applications that are
+ outside the appBase for the Host (the <code>webapps</code> directory
+ by default) will cause the application to be
+ <strong>deleted</strong> 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.
+ </p>
</attribute>
<attribute name="cacheMaxSize" required="false">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]