Web parameter: applicationIcon

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

Parameter

applicationIcon

Description

By default, the Service Manager application displays the Micro Focus logo icon. This parameter enables you to modify the Service_Manager_help\Content\parameters\reference\web_parameter_applicationicon.htm logo to display a custom company icon in the URL address bar.

Using the ICO file format for icons, you can publish an icon that contains at least one 16x16 bitmap with a bit depth of 8, 16, 24, or 32. You can provide a relative URL (without the context root) and save it in your Favorites.

When not specified in this parameter, the default icon displayed in the Service Manager application will be the Micro Focus logo icon.

Valid if set from

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

Requires restart of the web applications server?

Refer to your web server documentation

Default value

/cwc/images/HPLogoSolidBlue.ico

Possible values

Relative path to the company icon file

Example usage

<init-param>
  <param-name>applicationIcon</param-name>
  <param-value>/cwc/images/MyCompanyIcon.ico</param-value>
</init-param>

In this example, <MyCompanyIcon.ico> represents your company logo image.

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