NonStop Servlets for JavaServer Pages (5.0) System Administrator's Guide
NSJSP Container Objects
NonStop Servlets for JavaServer Pages (NSJSP) System Administrator’s Guide—525644-002
C-16
Resources
maxIdleSwap (int)
The interval (in seconds) for which a session must be idle (time since last access 
to the session) before the session is persisted to the session store and passivated 
out of the NSJSP Container's memory. A value of -1 disables this feature. If this 
feature is enabled, the interval specified should be equal to or longer than the 
value specified for maxIdleBackup. The default is -1.
saveOnRestart (boolean) 
Specifies whether all sessions should be saved to the store on shutdown. The 
default is true. 
managedResource (java.lang.Object)
Specifies the managed resource with which this MBean is associated. 
Resources
Validate properties for Resource object are:
auth (String)
Specifies whether the web application code signs on the corresponding resource 
manager programmically, or the container will sign onto the resource manager on 
behalf of the application. The value must be Application or Container.
 description (String)
Specifies the description of the resource.
name (String)
Specifies the name of resource.
scope (String)
Specifies whether connections obtained through this resource manager can be 
shared. The value must be Sharable or Unsharable. The default is Shareable.
type (String)
Specifies the fully qualified Java class name used by the web application when it 
performs a lookup for this resource.










