Web parameter: helpServerHost

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

Parameter

helpServerHost

Description

This parameter defines the name of the Help server host that listens for client requests. You must define this parameter if you run the Help Server and the web tier on separate servers. Web clients can only display help topics if you install a Help 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

None

Possible values

Host name of Help Server or localhost

Example usage

<init-param>
  <param-name>helpServerHost</param-name>
  <param-value>myhelp</param-value>
</init-param>