Information
Automatic application updates will dynamically update the runtime behavior of the applications of any changes to the application.
Automatic updates during runtime are very useful during development and test phases. Application updates must be carefully controlled in production environments to reduce the possibility that unknown changes or vulnerabilities are deployed to users.
Solution
Add the dropinsEnabled attribute and the updateTrigger attributes to the applicationMonitor element to ${server.config.dir}/configDropins/overrides/*.xml Set the dropinsEnabled to false to stop usage of dropins folder. Set the updateTrigger to mbean or disabled
<applicationMonitor updateTrigger="mbean" dropinsEnabled="false" />