<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">
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">