Web parameter: helpServerPort

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

Parameter

helpServerPort

Description

This parameter defines the communications port number on which the Help server listens to 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. Since the help center web site uses the default port, you must leave this parameter empty or set it to 80.

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

Communications port number

Example usage

<init-param>
  <param-name>helpServerPort</param-name>
  <param-value></param-value>
</init-param>

Related topics

Web parameter: showHelp

Web parameter: helpServerHost

Web parameter: helpServerContext