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-5
Engine Object
scheme (String)
The protocol scheme of the connector. The default value is http.
secure (boolean)
Specifies whether this is a secure connector. The default value is false.
tcpNoDelay (boolean)
Specifies whether to use TPC_NO_DELAY option. The default value is true.
threadPriority (int)
The priority of the request processing threads within the JVM. The default value is
5.
type (String)
The connector type. The default value is iTPWS-CGI.
URIEncoding (String)
Specifies the character encoding used to decode the URI bytes.
useBodyEncodingForURI (boolean)
Specifies if the encoding specified in the contentType should be used for URI
query parameters instead of the character encoding specified in the URIEncoding.
The default is false.
xpoweredBy (boolean)
Specifies the generation of X-Powered-By response header enabled or disables.
The default is false.
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. The Engine object properties
supported using the JMX interface are:
name (String)
The name of the Engine object which is the same name specified using the
<Engine> tag of the iTP_server.xml configuration file. The default is NSJSP.
Note. Only one NSJSPCoyoteConnector or iTPWScgiConnector is allowed in a Server object.
This is not a new restriction, but is stated here as a reminder.