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-2
Service Object
Service Object
The Service object represents the combination of one or more Connector components
that share a single Engine component for processing incoming requests. The Service
object properties supported are:
name (String)
The name of the Service object which is the same name specified in the
<Service> tag of your iTP_server.xml configuration file. The default is
NSJSP-iTPWebServer.
debug (int)
Specifies the level of debugging detail logged by this Service object to the
associated Logger. The default is 0.
managedResource (java.lang.Object)
The managed resource with which the MBean is associated. The default is
StandardService <service-name>.
connectorNames (javax.management.ObjectName[])
List of all configured Connector Object Names. The default is the
NSJSPCoyoteConnector object.
container (org.apache.catalina.Container)
Specifies the servlet engine that processes the requests. The default is
StandardEngine <engine-name>.
containerName (String)
Specifies the ObjectName of the engine. The default is NSJSP:type=Engine.
Connector Object
The Connector object represents a communication endpoint on which requests are
received from a client. NSJSP uses the NSJSPCoyoteConnector which works with
the iTP WebServer to process requests. The iTP WebServer handles most of the static
pages as well as the SSL protocol while leaving NSJSP to handle all of the Servlet and
JSP dynamic pages. The NSJSPCoyoteConnector properties are:
className (String)
The value is
com.tandem.servlet.coyote.tomcat5.NSJSPCoyoteConnector.