Web parameter: refreshMessages

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

Parameter

refreshMessages

Description

Enabling this parameter causes the web client to query the Service Manager server for messages at a regular interval. You can define the interval that the web client waits between checking for messages by using the refreshMessageInterval web parameter.

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

true

Possible values

true (Enabled)

false (Disabled)

Example usage

<init-param>
  <param-name>refreshMessages</param-name>
  <param-value>true</param-value>
</init-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