You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by yo...@apache.org on 2007/03/25 17:37:13 UTC

svn commit: r522283 - in /tomcat/container/tc5.5.x/webapps/docs: changelog.xml config/context.xml

Author: yoavs
Date: Sun Mar 25 08:37:12 2007
New Revision: 522283

URL: http://svn.apache.org/viewvc?view=rev&rev=522283
Log:
Bugzilla 39883: add documentation warning about the use of the antiResourceLocking flag on a webapp outside the Host's appBase.

Modified:
    tomcat/container/tc5.5.x/webapps/docs/changelog.xml
    tomcat/container/tc5.5.x/webapps/docs/config/context.xml

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?view=diff&rev=522283&r1=522282&r2=522283
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Sun Mar 25 08:37:12 2007
@@ -35,6 +35,10 @@
         Update host configuration document for new behaviour for directories
         in appBase. (markt)
       </update>
+      <update>
+        <bug>39883</bug>  Add note to context configuration document about using
+          antiResourceLocking on a webapp outside the Host's appBase directory. (yoavs)
+      </update>
     </changelog>
   </subsection>
 </section>

Modified: tomcat/container/tc5.5.x/webapps/docs/config/context.xml
URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/config/context.xml?view=diff&rev=522283&r1=522282&r2=522283
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/config/context.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/config/context.xml Sun Mar 25 08:37:12 2007
@@ -246,6 +246,14 @@
         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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org