Web.xml configuration

Open the web.xml file that is located in the $TOMCAT_HOME\webapps\webtier-9.52\WEB-INF folder using a text editor, and add the following text at the end of the file if it does not exist.

<init-param>
<param-name>querySecurity</param-name>
<param-value>true</param-value>
</init-param>

When this parameter is enabled, the HPE Service Manager Web tier embeds a security key in all queries generated by the Web client. The Service Manager server verifies the security key and, if valid, authorizes the query.