Parameter: querysecurity

Startup parameters change the behavior of the HPE Service Manager server. You can always set a startup parameter from the server's operating system command prompt.

Parameter

querysecurity

Description

The parameter determines whether the Service Manager server generates a query hash when calling the makeSCWebURL server function. If this parameter is set to 1, a query hash value is appended to URLs generated by makeSCWebURL.

Note This parameter is tied to the querySecurity (spelled with an uppercase "S") web parameter. To disable the security hash feature, you must disable both the web.xml and sm.ini versions of this parameter.

Valid if set from

Server's operating system command prompt

Initialization file (sm.ini)

Requires restart of the Service Manager server?

Yes

Default value

1

Possible values

0 (Disable)

1 (Enable)

Example usage

Command line: sm -httpPort:13080 -querysecurity:0

Initialization file: querysecurity:0