Web parameter: maxGroupCacheSize

Web parameters change the behavior of the web clients that connect to the web tier. You can set some of these parameters from the web client login URL, some from the web tier configuration file (web.xml), and some from both.

Parameter

maxGroupCacheSize

Description

This parameter defines the maximum number of records that can be cached in the user's web browser when the user navigates through the groups in a record list. The default value is 300.

Valid if set from

Web tier configuration file (web.xml)

Requires restart of the web applications server?

Yes

Default value

300

Possible values

No less than 300

Example usage

<context-param>

  <param-name>maxGroupCacheSize</param-name>

  <param-value>1000</param-value>
</context-param>