Entering content frame

Procedure documentation Limiting the Number of HTTP Sessions Locate the document in its SAP Library structure

Use

You can configure a limit of the number of HTTP sessions that can exist simultaneously on the SAP J2EE Engine for your Web application. If the number of sessions reaches this limit and a servlet (or JSP) tries to create a new session, the Web Container throws a runtime exception indicating that the session cannot be created. You configure the sessions’ limit in the web-j2ee-engine.xml descriptor.

For more sessions-related information, see HTTP Sessions.

Procedure

Do the following in the web-j2ee-engine.xml screen:

...

       1.      Open the General screen.

       2.      Enter the maximum allowed number of sessions in the Maximum number of Sessions field. It expects positive integer values. If you enter a negative value in the field, no limit of the number of sessions is set.

 

Leaving content frame