Web parameter: maxRequestPerSecond

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

Parameter

maxRequestPerSecond

Description

This parameter defines the maximum number of requests that is allowed per second for one user session. The default value for this parameter is 50. To allow unlimited requests, set the value less than or equal to zero.

Valid if set from

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

Requires restart of the web applications server?

Yes

Default value

50

Possible values

Unlimited

Example usage

<context-param>

  <param-name>maxRequestPerSecond</param-name>

  <param-value>-1</param-value>
</context-param>

Related topics

System parameters
Web tier parameters

Related topics

Enter a parameter in the web client URL
Enter a parameter in the web.xml file

Related topics

Client parameters for web clients
Web parameter: recordListArrayDisplayStyle