This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new a5e506c849 typo: war-tracking -> war-tracker
a5e506c849 is described below
commit a5e506c849e76f5c3ea4fc25fc010ecd40a3f767
Author: maik <[email protected]>
AuthorDate: Tue Sep 23 16:03:46 2025 +0200
typo: war-tracking -> war-tracker
https://github.com/apache/tomcat/blob/main/java/org/apache/catalina/startup/Constants.java#L37
---
webapps/docs/config/host.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webapps/docs/config/host.xml b/webapps/docs/config/host.xml
index 00c84e7db1..7cf0070d96 100644
--- a/webapps/docs/config/host.xml
+++ b/webapps/docs/config/host.xml
@@ -302,7 +302,7 @@
<a href="#Automatic_Application_Deployment">Automatic Application
Deployment</a> for more information.</p>
<p>Note: If Tomcat expands the WAR file then it will add a file
- (<code>/META-INF/war-tracking</code>) to the unpacked directory
+ (<code>/META-INF/war-tracker</code>) to the unpacked directory
structure which it uses to detect changes in the WAR file while Tomcat
is not running. Any such change will trigger the deletion of the
expanded directory and the deployment of the updated WAR file when
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]