Author: markt
Date: Mon Mar 23 08:28:13 2015
New Revision: 1668539
URL: http://svn.apache.org/r1668539
Log:
Change log entry for r1663784
Modified:
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml?rev=1668539&r1=1668538&r2=1668539&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Mon Mar 23 08:28:13 2015
@@ -68,12 +68,12 @@
<fix>
<bug>56608</bug>: When deploying an external WAR, add watched resources
in the expanded directory based on whether the expanded directory is
- expected to exist rather than if it does exist.
+ expected to exist rather than if it does exist. (markt)
</fix>
<fix>
When triggering a reload due to a modified watched resource, ensure
that multiple changed watched resources only trigger one reload rather
- than a series of reloads.
+ than a series of reloads. (markt)
</fix>
<fix>
Correct a regression in the fix for <bug>57190</bug> that incorrectly
@@ -114,6 +114,15 @@
<bug>57675</bug>: Correctly quote strings when using the extended
access log. (markt)
</fix>
+ <add>
+ Enable Tomcat to detect when a WAR file has been changed while Tomcat
is
+ not running. Tomcat does this by adding a META-INF/war-tracking file to
+ the expanded directory and settng the last modified time of this file
to
+ the last modified time of the WAR. If Tomcat detects a modified WAR via
+ this mechanism the web application will be reployed (i.e. the expanded
+ directory will be removed and the modified WAR expanded in its place).
+ (markt)
+ </add>
<fix>
<bug>57704</bug>: Fix potential NPEs during web application start/stop
when <code>org.apache.tomcat.InstanceManager</code> is not initialized.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]