NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator's Guide
Configuring NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator’s Guide—596210-006
3-78
In-Memory Sessions
(SessionBasedLoadBalancing = true)
Table 3-18. Attribute List for the NSJSPStandardManager (page 1 of 2)
Attribute Description Default value
className Java class name of the implementation to use.
This class must implement the
org.apache.catalina.Manager interface.
The value must be
com.tandem.servlet.catalina.session.
NSJSPStandardManager.
com.tandem.
servlet.
catalina.
session.
NSJSPStandard
Manager
distributable When set to true, it requires the session
manager to enforce the restrictions described in
the Servlet Specification on distributable
applications. This means that all session
attributes must implement
java.io.Serializable. When set to false,
the session manager does not enforce these
restrictions.
NOTE: The value for this property is inherited
automatically based on the presence or absence
of the <distributable> element in the web
application deployment descriptor (/WEB-
INF/web.xml).
algorithm Represents the name of the Message Digest
algorithm used to calculate session identifiers
produced by the NSJSPStandardManager. This
value must be supported by the
java.security.MessageDigest class. If this
attribute is not specified, the default value is MD5.
entropy A string value that is used when seeding the
random number generator used to create session
identifiers for this Manager. If the entropy
attribute is not specified, an internal value is
calculated, but a long string value should be
specified in security-conscious environments.
maxActiveSessi
ons
The maximum number of active sessions that will
be created by this Manager, or -1 for no limit. If
this attribute is not specified, it is set to -1.
For more information, see maxActiveSessions
on
page 3-79.










