NonStop Servlets for JavaServer Pages (NSJSP) 7.0 System Administrator's Guide
Managing NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) 7.0 System Administrator’s Guide—674372-005
4-81
NSJSP Manager Operations
Table 4-30 lists the properties for Context.
Figure 4-43. Context Properties
Table 4-30. Property list for Context Element
Property Description Modifiable
Default
Value
Name Indicates the name of the selected context. No
Backgroun
d
Processor
Delay
Represents the delay in seconds between the
invocation of the backgroundProcess
method on this context and its child
containers, including all wrappers. Setting this
to a positive value causes a thread to spawn.
After waiting the specified amount of time, the
thread invokes the backgroundProcess
method on this context. A context uses
background processing to perform session
expiration and class monitoring for reloading.
The default value -1 means the context relies
on the background processing thread of its
parent host.
No -1
Class
Name
Represents the Java class name of the
implementation to use. This class must
implement the
org.apache.catalina.context
interface.
No org.apach
e.catalin
a.core.St
andardCon
text










