SV-239683r679155_rule
V-239683
SRG-APP-000001-WSR-000001
VCUI-67-000002
CAT II
10
Navigate to and open /usr/lib/vmware-vsphere-ui/server/conf/server.xml.
Configure each <Connector> node with the value:
'maxThreads="800"'
Example:
<Connector .. maxThreads="800" ..>
At the command prompt, execute the following command:
# xmllint --format /usr/lib/vmware-vsphere-ui/server/conf/server.xml | sed '2 s/xmlns=".*"//g' | xmllint --xpath '/Server/Service/Connector[@port="${http.port}"]/@maxThreads' -
Expected result:
maxThreads="800"
If the output does not match the expected result, this is a finding.
V-239683
False
VCUI-67-000002
At the command prompt, execute the following command:
# xmllint --format /usr/lib/vmware-vsphere-ui/server/conf/server.xml | sed '2 s/xmlns=".*"//g' | xmllint --xpath '/Server/Service/Connector[@port="${http.port}"]/@maxThreads' -
Expected result:
maxThreads="800"
If the output does not match the expected result, this is a finding.
M
5334