NonStop Servlets for JavaServer Pages (NSJSP) 6.0 System Administrator's Guide
Configuring NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) 6.0 System Administrator’s Guide—544548-004
3-7
servlet.config
-Dcom.tandem.servlet.CONTEXT_PREFIXES
This argument value is prefixed to the context path of all web applications. The
default value is /servlet_jsp. You can set a context prefix for all
applications. The value must begin with ‘/’ and must not contain any special
characters.
For example, if the value is set to /secure and the context of the application
being deployed is /accountinfo, the entire context path in which the
application is deployed is /secure/accountinfo.
The default behavior of this parameter can be overridden in three ways:
Deploying the application using Manager.
For more information, see Deploy Area on page 5-9.
Configuring the application context in filemaps.config.
For more details, see filemaps.config on page 3-15
Deploying applications using Client Deployer. For more information, see
Appendix B, Client Deployer in NSJSP 6.0.
org.apache.catalina.startup.Bootstrap
This is the NSJSP startup class. It reads the configuration from the file
NSJSP_HOME/conf/server.xml. Unlike the earlier releases, the startup
class in NSJSP 6.0 is the same for both SERVLET and NSJSPADMIN server.
The argument for this class is start.
In addition, the following Filemaps are added to the file servlet.config:
Filemap /servlet_jsp $server_objectcode
The standard output and the standard error can be configured using stdout and
stderr server directives, respectively, in the file servlet.config. By default,
stdout and stderr are set to:
Stdout $env(NSJSP_HOME)/logs/servlet.out
Stderr $env(NSJSP_HOME)/logs/servlet.err
Therefore, all the standard messages are written to
NSJSP_HOME/logs/servlet.out and the standard errors are written to
NSJSP_HOME/logs/servlet.err.
For more information on NonStop Server for Java, see NonStop Server for Java (NSJ)
Programmer’s Reference.










