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

Configuring NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) 7.0 System Administrator’s Guide—674372-005
3-51
The server.xml File
Table 3-12. Property List for the Connector Element in NSJSP (page 1 of 5)
Property Description Default Value
allowTrace A Boolean value that can be used to enable or
disable the TRACE HTTP method. If this
property is not specified, it is set to false.
asyncTimeout Indicates the default timeout for asynchronous
requests in milliseconds.
10000
enableLookups Set to true if you want calls to
request.getRemoteHost() to perform DNS
lookups to return the actual host name of the
remote client. Set to false to skip the DNS
lookup and return the IP address in string form
instead.
False
maxParameterCount The maximum number of parameter and value
pairs (GET plus POST) which will be
automatically parsed by the container.
Parameter and value pairs beyond this limit will
be ignored. A value of less than 0 means no
limit.
10000
parseBodyMethods Indicates a comma-separated list of HTTP
methods for which request bodies are parsed for
request parameters identically to POST. This is
useful in RESTful applications that want to
support POST-style semantics for PUT
requests.
Note: Any setting other than POST causes
NSJSP to behave in a way that goes against the
intent of the servlet specification. The HTTP
method TRACE is specifically forbidden here in
accordance with the HTTP specification.
POST
protocol Specifies the version of the protocol to be used.
Since NSJSP Connector interfaces with HTTPD
component of iTP WebServer, no other protocol
other than HTTP is supported.
HTTP/1.1.
redirectPort NSJSP does not support this as NSJSP
Connector is handles both secure and non
secure connections.
URIEncoding Specifies the character encoding used to
decode the URI bytes. If this property is not
specified, ISO-8859-1 will be used.