NonStop Servlets for JavaServer Pages (NSJSP) 6.0 System Administrator's Guide
Programming and Management Features
NonStop Servlets for JavaServer Pages (NSJSP) 6.0 System Administrator’s Guide—544548-004
4-8
International Character Set Support
International Character Set Support
The iTP Secure WebServer supports international character sets (Unicode) for input to
and output from the servlet environment. No specific configuration procedures are
required to use international character sets with servlets/JSP.
Reserved Cookie Names
The cookie names JSESSIONID, JSESSIONIDSSO, NSJSPADMINSSO, and
iTPWebSessionId are reserved for internal use. According to the servlet API, the
name of the cookie must be JSESSIONID and the name of the session-tracking
parameter used in the URL rewriting must be JSESSIONID.
javax.servlet.request.X509Certificate
javax.servlet.request.X509Certificate returns an array of one object of
type java.security.cert.X509Certificate, which is the leaf certificate of the
client certificate chain for all secure requests (using the HTTPS protocol) with client-
side certificates passed to the server.
JMX Based Administration
NSJSP 6.0 enables you to administer container objects using the JMX technology to
manage internal objects (for example, Servers, Services, Hosts, Contexts, and other
resource entities).These objects are administered using the Admin Web application,
described in Admin Web Application on page 4-10.
In the earlier releases, you were required to bring down the entire NSJSP container
and change the server.xml file to modify container objects. You can use JMX
MBeans to modify objects when the container is running. Modifying objects online
enhances the availability of the NSJSP container.
The container objects you can administer online using the JMX technology are:
Server Object
Service Object
Connector Object
Engine Object
Host Object
Context and Default Context Objects
Loader Object
Manager Object
Resources










