Web parameter: maskMessageDelay

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

Parameter

maskMessageDelay

Description

The maskMessageDelay parameter specifies the number of seconds before the mask message is displayed after the mask is shown. The minimum value is 1 second and the maximum is 30 seconds. A default value of 5 seconds will be used if an invalid value is specified.

Valid if set from

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

Requires restart of the web applications server?

Yes

Default value

5 (seconds)

Possible values

Any integer value from 1 second to 30 seconds. Any invalid value will use the default value of 5 seconds.

Example usage

<context-param>

  <param-name>maskMessageDelay</param-name>

  <param-value>5</param-value>
</context-param>