NonStop Servlets for JavaServer Pages (NSJSP) 6.0 System Administrator's Guide

NSJSP Container Objects
NonStop Servlets for JavaServer Pages (NSJSP) 6.0 System Administrator’s Guide544548-004
C-2
Connector Object
Connector Object
The Connector object represents a communication endpoint on which requests are
received from a client. NSJSP uses an NonStop specific connector which works with
iTP WebServer to process requests.
For mor information on Connect object, refer http://tomcat.apache.org/tomcat-6.0-
doc/config/http.html.
Engine Object
The Engine object represents the entire request-processing machinery associated with
a particular Service. Every Engine object is owned by a Service object. Conversely, an
Engine object contains one or more Host objects. For more information on Engine
object, refer http://tomcat.apache.org/tomcat-6.0-doc/config/engine.html.
Host Object
The Host object represents an individual virtual host which has a unique set of
associated web applications. A Host could have zero or more DNS names as its
aliases. For more information on Host Object, refer http://tomcat.apache.org/tomcat-
6.0-doc/config/host.html.
Note. NSJSP does not make use of the Nio implementation of Tomcat. Therefore all the
connector properties of the connector Nio implementation are not used in NSJSP.