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 your end users need to access the Service Manager help center from the web client.

Important The Service Manager help center is published at the following web site: https://docs.microfocus.com. No help server installation package is available for you to deploy the help center on your own server. To enable your end users to access the help center from the web client UI, you must set this parameter to docs.microfocus.com.

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

Example usage

<init-param>
  <param-name>helpServerHost</param-name>
  <param-value>docs.microfocus.com</param-value>
</init-param>

Related topics

Web parameter: showHelp

Web parameter: helpServerPort

Web parameter: helpServerContext