This feature allows auto deployment of applications while Jetty is running. This could allow malicious or untested applications to be deployed and should be disabled.
Solution
In the $JETTY_HOME/conf/server.xml file, change autoDeploy to false. autoDeploy="false" By default autoDeploy is set to true