Web parameter: enableSidebarMenu

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

Parameter

enableSidebarMenu

Description

This parameter specifies if the System Navigator of the web client can use the sidebar mode and icons.

The icons in the System Navigator require the 9.40 version of the Service Manager application and Run-Time Environment (RTE). When you use an earlier version of the Service Manager application or RTE, we recommend that you set the Enablesidebarmenu parameter to false to disable the icons and the sidebar mode of the System Navigator. Otherwise, the Service Manager web client uses the default icon for all the menu items in the System Navigator.

Valid if set from

Web tier configuration file (web.xml and webtier.properties)

Requires restart of the web applications server?

Yes

Default value

true

Possible values

true (Enabled)

false (Disabled)

Example usage

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

Related topics

System parameters
Web tier parameters
Enter a parameter in the web client URL
Enter a parameter in the web.xml file
Client parameters for web clients