SV-99475r1_rule
V-88825
SRG-APP-000092-WSR-000055
VROM-TC-000135
CAT II
10
Navigate to and open /opt/pivotal/pivotal-tc-server-standard/tomcat-7.0.57.B.RELEASE/bin/catalina.sh.
Navigate to and locate the start block : "elif [ "$1" = "start" ] ; then".
Navigate to and locate both “eval” statements:
"org.apache.catalina.startup.Bootstrap "$@" start \"
Add this statement immediately below both of the “eval” statements:
'>> "$CATALINA_OUT" 2>&1 "&"'
At the command prompt, execute the following command:
more /opt/pivotal/pivotal-tc-server-standard/tomcat-7.0.57.B.RELEASE/bin/catalina.sh
Type /touch "$CATALINA_OUT"
Verify that the start command contains the command ">> "$CATALINA_OUT" 2>&1 "&""
If the command is not correct or is missing, this is a finding.
Note: Use the Enter key to scroll down after typing /touch "$CATALINA_OUT"
V-88825
False
VROM-TC-000135
At the command prompt, execute the following command:
more /opt/pivotal/pivotal-tc-server-standard/tomcat-7.0.57.B.RELEASE/bin/catalina.sh
Type /touch "$CATALINA_OUT"
Verify that the start command contains the command ">> "$CATALINA_OUT" 2>&1 "&""
If the command is not correct or is missing, this is a finding.
Note: Use the Enter key to scroll down after typing /touch "$CATALINA_OUT"
M
3441