Web parameter: disableJumpAddress

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

Parameter

disableJumpAddress

Description

This parameter controls whether the Quick Jump component is displayed. The Quick Jump component enables you to navigate to a group section quickly.

Valid if set from

Web tier configuration file (web.xml)

Requires restart of the web applications server?

Refer to your web server documentation

Default value

false

Possible values

true

false

Example usage

<context-param>
  <param-name>disableJumpAddress</param-name>
  <param-value>false</param-value>
</context-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
SSL parameters