Web parameter: refreshMessagesInterval

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

Parameter

refreshMessagesInterval

Description

This parameter defines the interval that the web client waits before checking for messages on the HPE Service Manager server. You must also enable the refreshMessages web parameter to have web clients check the HPE Service Manager server for messages.

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

15000

Possible values

Number of milliseconds

Example usage

<init-param>
  <param-name>refreshMessagesInterval</param-name>
  <param-value>30000</param-value>
</init-param>