StandardManager Utility In Tomcat

This is the StandardManager is the default Manager when no Manager is explicitly configured in the server.xml file. StandardManager does not use any Stores but it serializes sessions in file called SESSIONS.ser. StandardManager reloads these sessions from the file when Tomcat restarts, and then deletes the file.

Below listed are some prominent attributes of the Standard Manager:

className:
The name of the Manager implementation to use. Must be set to org.apache. catalina.session.StandardManager for StandardManagers.
checkInterval:
The session timeout check interval (in seconds) with default value 60.
maxActiveSessions:
The maximum number of active sessions allowed or -1 for no limit, which is the default.

Rate this post:


1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 3.5 out of 5)
Loading ... Loading ...