Web parameter: openTabsSoftLimit

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

Parameter

openTabsSoftLimit

Description

This parameter defines the number of tabs users can open in their browsers before a warning message displays to let them know of the possible risks and advise them to close some tabs. The message goes away when the number of open tabs is at or below the limit. This parameter is not a hard limit; it does not prevent the user from opening more tabs than it is set for. Also, it is not related to the RAD thread number delimiter defined on the Service Manager server (appthreadspersession).

Valid if set from

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

Requires restart of the web applications server?

Yes

Default value

15

Possible values

Number of tabs

Example usage

<init-param>
  <param-name>openTabsSoftLimit</param-name>
  <param-value>10</param-value>
</init-param>