9.2 Disabling auto deployment of applications

Warning! Audit Deprecated

This audit has been deprecated and will be removed in a future update.

View Next Audit Version

Information

Tomcat allows auto deployment of applications while Tomcat is running. It is recommended that this capability be disabled.

Rationale:

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'

Default Value:

autoDeploy is set to true.

See Also

https://workbench.cisecurity.org/files/3090