Web parameter: honorUrlHost

Web parameters change the behavior of the web clients that connect to the web tier. You can set some of these parameters from the web client login URL, some from the web tier configuration file (web.xml), and some from both.

Parameter

honorUrlHost

Description

This parameter determines whether web client users can specify the name of the HPE Service Manager server from the URL. Setting this parameter to false prevents web client users from changing the value of the serverHost parameter from the URL.

Valid if set from

Web tier configuration file (web.xml)

Requires restart of the web applications server?

Yes

Default value

false

Possible values

true

false

Example usage

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