Tomcat allows auto deployment of applications while Tomcat is running. It is recommended that this capability be disabled. This could allow malicious or untested applications to be deployed and should be disabled.
Solution
In the $CATALINA_HOME/conf/server.xml file, change autoDeploy to false autoDeploy="false"