You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jetty Environment
ee10 (but might exist for other environments too)
Java version/vendor(use: java -version)
Any
OS type/version
Any
Description
If you have a deployable pair (both WAR and XML) in ${jetty.base}/webapps/ the hot-deploy will behave differently if you simply touch the XML vs touch the WAR.
In some cases, if you just touch the WAR, the XML changes are not applied (eg: TempDirectory setting)
Jetty version(s)
12.0.7
Jetty Environment
ee10 (but might exist for other environments too)
Java version/vendor
(use: java -version)
Any
OS type/version
Any
Description
If you have a deployable pair (both WAR and XML) in
${jetty.base}/webapps/
the hot-deploy will behave differently if you simply touch the XML vs touch the WAR.In some cases, if you just touch the WAR, the XML changes are not applied (eg: TempDirectory setting)
How to reproduce?
Setup the jetty.base
Run the server.
Wait for it to start.
Touch the WAR (but not the XML)
touch ${jetty.base}/webapps/demo.war
Notice that the XML configuration for TempDirectory was not applied to the WebAppContext on reload of the WAR.
The text was updated successfully, but these errors were encountered: