NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator's Guide
Configuring NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator’s Guide—596210-006
3-47
The server.xml File
Table 3-13. Attribute List for the Connector Element in NSJSP (page 1 of 2)
Attribute Description Default Value
allowTrace A Boolean value that can be used to enable or
disable the TRACE HTTP method. If this
attribute is not specified, it is set to false.
emptySessionPath If set to true, all paths for session cookies will
be set to /. If this attribute is not specified, it is
set to false.
It is important to understand cookie paths before
setting this attribute to true.
enableLookups Setting this value to true will not enable DNS
lookups but rather fetch the remote host
information provided by the HTTPD component.
If this attribute is not specified, it is set to true.
maxParameterCount The maximum number of parameters (GET plus
POST) which will be automatically parsed by the
container. A value of less than 0 means no limit.
If not specified, a default of 10000 is used.
10000
protocol Specifies the version of the protocol to be used. HTTP/1.1.
redirectPort If a request is received for which a matching
<security-constraint> requires SSL
transport, catalina will automatically redirect the
request to the port number specified here. If this
attribute is not specified, it is set to 443.
URIEncoding Specifies the character encoding used to
decode the URI bytes. If this attribute is not
specified, ISO-8859-1 will be used.
useBodyEncodingFo
rURI
This attributes indicates if the encoding
specified in the contentType of the message
is to be used for decoding the URI.
The default value is false and it is suggested
that the default value be retained. Hence, using
the URIEncoding attribute for decoding the
URI.
xpoweredBy Set this attribute to true to cause Tomcat to
advertise support for the Servlet specification
using the header recommended in the
specification. If this attribute is not specified, the
default value is false.
executor The name of a defined Executor element. If
this attribute is provided, and the named
executor exists, the connector will use the
executor, and all the other thread attributes will
be ignored.










