STIGQter STIGQter: STIG Summary: VMware vRealize Operations Manager 6.x tc Server Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 28 Sep 2018:

tc Server UI must limit the number of maximum concurrent connections permitted.

DISA Rule

SV-99425r1_rule

Vulnerability Number

V-88775

Group Title

SRG-APP-000001-WSR-000001

Rule Version

VROM-TC-000005

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Navigate to and open /usr/lib/vmware-vcops/tomcat-web-app/conf/server.xml.

Navigate to and locate <Executor>.

Configure the <Executor> with the value 'maxThreads= "300"'.

Note: The <Executor> node should be configured per the below:

<Executor maxThreads="300"
minSpareThreads="50"
name="tomcatThreadPool"
namePrefix="tomcat-http--"/>

Check Contents

At the command prompt, execute the following command:

grep maxThreads /usr/lib/vmware-vcops/tomcat-web-app/conf/server.xml

If the value of “maxThreads” is not “300” or is missing, this is a finding.

Vulnerability Number

V-88775

Documentable

False

Rule Version

VROM-TC-000005

Severity Override Guidance

At the command prompt, execute the following command:

grep maxThreads /usr/lib/vmware-vcops/tomcat-web-app/conf/server.xml

If the value of “maxThreads” is not “300” or is missing, this is a finding.

Check Content Reference

M

Target Key

3441

Comments