NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator's Guide
MBeans in the NSJSP Container
NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator’s Guide—596210-006
A-12
Commonly Used MBeans in NSJSP
The object name is:
NSJSP:J2EEApplication=none,J2EEServer=none,j2eeType=WebModule
,name=//localhost/first (application name)
Table A-4 lists only the important attributes associated Application Context. For
more information about the Application Context attributes, see Table 3-17, Attribute
List for the Context Element, on page 3-61.
JSP Statistics - Provides statistics related to all the JSP pages in an application.
The following example of an MBean object name refers to the statistics for
executing JSPs in the /Servlets/examples context running in the Host called
localhost:
NSJSP:j2eeType=Servlet,name=jsp,WebModule=//localhost/servlet
s/examples,J2EEApplication=none,J2EEServer=none
Table A-5 lists only the important attributes associated with the JSP Statistics.
Table A-4. Attributes Associated with Application Context
Attributes Attribute Description Type Writable
workDir Indicates the work directory for
this context.
String True
Table A-5. Attributes Associated with JSP Statistics
Attributes Attribute Description Type Writable
minTime Indicates the minimum time to
process a JSP.
Integer False
maxTime Indicates the maximum time to
process a JSP.
Integer False
processingTime Indicates the processing time
that an NSJSP process takes
to process all the JSPs.
Integer False
Note. This Appendix lists only those MBeans that are specific to NSJSP and might be
frequently used. To view the complete list of MBeans and the attributes associated with each
MBean under a particular domain, log on to the NSJSP Manager Application. In the Compare -
NSJSP MBeans page, type “domain:*” string in the MBean Object Name: field and click
Compare All Attributes. The list of MBeans for the specified domain will be displayed.










