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

Configuring NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) System Administrator’s Guide525644-002
3-17
Deploy Using the admin or manager Web
Applications
BUILD SUCCESSFUL
Total time: 11 seconds
C:\java\nsjsp 5.0\deployer>ant deploy
Buildfile: build.xml
deploy:
[deploy] OK - Deployed application at context path
/servlet_jsp/myapp
BUILD SUCCESSFUL
Total time: 7 seconds
C:\java\nsjsp 5.0\deployer>
C:\java\nsjsp 5.0\deployer>ant stop
Buildfile: build.xml
stop:
[stop] OK - Stopped application at context path /servlet_jsp/myapp
BUILD SUCCESSFUL
Total time: 1 second
C:\java\nsjsp 5.0\deployer>ant undeploy
Buildfile: build.xml
undeploy:
[undeploy] OK - Undeployed application at context path
/servlet_jsp/myapp
BUILD SUCCESSFUL
Total time: 7 seconds
C:\java\nsjsp 5.0\deployer>
For more information about the client deployer, see the documentation at
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/deployer-howto.html.
Deploy Using the admin or manager Web Applications
You can also add an application by adding a new context using the admin web
application or using the manager web application’s deploy command. See the admin
Web Application on page 4-10 and the Manager Web Application on page 5-1 for more
information.
Create a New Application
If you are creating a new application using the iTP WebServer environment you
should:
Note. You should update the build.xml file based on your application.