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

NonStop Servlets for JavaServer Pages (NSJSP) 6.0 System Administrator’s Guide544548-004
5-1
5
Manager Web Application
This chapter includes these sections:
Accessing the Manager Web Application
Security Constraints
The Manager Web Application User Interface
NSJSP Status Command
NSJSP Container Status
NSJSP Server Instance Detail
Complete NSJSP Status
Cleaning the NonStop SQL Session Data
Managing Constraints
Shell Scripts
The Manager Web application provides the management functions for all web
applications in the NSJSP container. The Manager Web application in NSJSP 6.0
supports the following functions. You can:
deploy a new web application, on a specified context path, from the uploaded
contents of a WAR file.
deploy a new web application, on a specified context path, from the server file
system.
list the deployed web applications, in addition to the sessions that are currently
active for those web applications.
reload an existing web application, to reflect any changes in the contents of
/WEB-INF/classes or /WEB-INF/lib.
list the OS and JVM property values.
start an application that has stopped (thus making it available again).
stop an existing application (so that it becomes unavailable), without undeploying
it.
undeploy a deployed web application and delete its document base directory,
unless it is deployed from the file system.
NSJSP 6.0 uses the NSJSPADMIN ServerClass to manage all web application
management front-end functions.