Web parameter: serverHost

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

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)

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>