Web parameter: showHelp

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

showHelp

Description

 

If you enable this parameter, the web client displays the Online Help option when you click the Help button. You can click the Online Help option to open the Help Server that you define in the helpServerHost and helpServerPort parameters. Web client users cannot access your Help Server unless you enable this parameter and also define the help server host and port number.

Valid if set from

Web tier configuration file (web.xml)

Requires restart of the web applications server?

Yes

Default value

false

Possible values

true (Enabled)

false (Disabled)

Example usage

<context-param>
  <param-name>showHelp</param-name>
  <param-value>true</param-value>
</context-param>