Web parameter: serverHost

Web parameters change the behavior of the web clients that connect to the web tier. For more information, see Web tier parameters.

Parameter

serverHost

Description

This parameter defines the name of the HPE Service Manager host that listens for client requests. You must define this parameter if you run the web tier on a separate server than the HPE Service Manager server.

Valid if set from

Web browser URL

Web tier configuration file (web.xml and webtier.properties)

Requires restart of the web applications server?

Yes

Default value

localhost

Possible values

Host name of HPE Service Manager server

Example usage

<init-param>
  <param-name>serverHost</param-name>
  <param-value>myserver.mydomain.com</param-value>
</init-param>