SV-222956r615938_rule
V-222956
SRG-APP-000141-AS-000095
TCAT-AS-000540
CAT II
10
From the Tomcat server as a privileged user, edit the $CATALINA_BASE/conf/server.xml file.
Examine each <Host> </Host> element, if the element contains autoDeploy="true", modify the statement to read ", autoDeploy="false".
sudo systemctl restart tomcat
sudo systemctl daemon-reload
If the SSP associated with the Host contains ISSM documented approvals for AutoDeploy, this is not a finding.
From the Tomcat server run the following OS command:
sudo cat $CATALINA_BASE/conf/server.xml | grep -i -C2 autodeploy
If the command returns no results, this is not a finding.
Review the results for the autoDeploy parameter in each Host element.
<Host name="YOUR HOST NAME" appbase="webapps" unpackWARs="true" autoDeploy="false">
If autoDeploy ="true", this is a finding.
V-222956
False
TCAT-AS-000540
If the SSP associated with the Host contains ISSM documented approvals for AutoDeploy, this is not a finding.
From the Tomcat server run the following OS command:
sudo cat $CATALINA_BASE/conf/server.xml | grep -i -C2 autodeploy
If the command returns no results, this is not a finding.
Review the results for the autoDeploy parameter in each Host element.
<Host name="YOUR HOST NAME" appbase="webapps" unpackWARs="true" autoDeploy="false">
If autoDeploy ="true", this is a finding.
M
4094