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 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 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 Service Manager server

Example usage

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

Related topics

System parameters
Web tier parameters

Related topics

Enter a parameter in the web client URL
Enter a parameter in the web.xml file

Related topics

Client parameters for web clients