Rule ID
SV-222958r960963_rule
Version
V3R4
CCIs
CCI-000381
Tomcat provides example applications, documentation, and other directories in the default installation which do not serve a production use. These files must be deleted.
From the Tomcat server OS type the following command: sudo ls -l $CATALINA_BASE/webapps/examples. If the examples folder exists or contains any content, this is a finding.
From the Tomcat server OS type the following command: sudo rm -rf $CATALINA_BASE/webapps/examples