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

Configuring NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) System Administrator’s Guide525644-003
3-16
Deploy Using the admin or manager Web
Applications
[validator] web.xml validated
[javac] Compiling 41 source files to
C:\java\nsjsp5.0\deployer\build\myapp\WEB-INF\classes
[javac] Note: C:\java\nsjsp 5.0\deployer\build\myapp\WEB-
INF\classes\examples\LogTag.java uses or overrides a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[jar] Building jar: C:\java\nsjsp 5.0\deployer\build\myapp.war
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. For more
information, see the admin Web Application on page 4-9 and the Manager Web
Application on page 5-1.
Note. You should update the build.xml file based on your application.