NonStop Servlets for JavaServer Pages (NSJSP) 6.0 System Administrator's Guide
NonStop Servlets for JavaServer Pages (NSJSP) 6.0 System Administrator’s Guide—544548-004
B-1
B
Client Deployer in NSJSP 6.0
The Client Deployer is a package in NSJSP 6.0 that is used to validate, compile,
compress to .WAR, and deploy web applications to NSJSP. You can use the Client
Deployer package to build applications on operating systems other than NonStop, and
deploy applications on NSJSP 6.0 running on NonStop operating system.
Prerequisites
To understand the concept of Client Deployer, you must have a good understanding of:
Apache Ant
For information on Apache Ant, refer http://ant.apache.org/manual/index.html.
Command-line argument com.tandem.servlet.CONTEXT_PREFIXES
For information on the command-line argument, see servlet.config on page 3-2.
Setting up Client Deployer on Windows OS
This section includes the following subsections:
Package contents of Client Deployer
Setting up an environment in Windows OS
Configuring NSJSP-specific attributes for Client Deployer
Package contents of Client Deployer
All files related to the Client Deployer package are present in the directory
NSJSP_HOME/deployer. The Client Deployer-specific files are:
Apache Ant build file build.xml, which obtains the property values from the
deployer.properties file.
Apache Ant deployer properties file deployer.properties.
Task definition file com/tandem/servlet/catalina/ant/catalina.tasks
that is packaged with the file NSJSP_HOME/lib/nsjsp.jar.










