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

Programming and Management Features
NonStop Servlets for JavaServer Pages (NSJSP) 6.0 System Administrator’s Guide544548-004
4-10
Admin Web Application
Admin Web Application
The Admin Web application provides a graphical user interface (GUI) to administer
container objects and resource modifications using JMX MBeans. In addition, an
MBean invocation can also be performed using the Manager Web application by
specifying the target object (or resource name), the invoking method, and the
associated argument list in the query string of the URI.
The Admin Web application uses the Apache Struts framework to implement the
administration GUI-based interface. The Struts framework helps you design
applications based on the Model-View-Controller (MVC) design paradigm. The Admin
Web application uses JSP pages for the View component. These JSP pages create
HTML forms in which the operator can specify object attributes and initiate various
object operations.
Overview and Architecture
Login and Security Considerations
Administering Server Objects
Administering Service and Engine Objects
Administering Connector Objects
Administering Host Objects
Administering Realm Objects
Administering Resources
Resource Links
nsjspadmin.config ServerClass Configuration File
nsjspadmin.ssc
SERVLET ServerClass Restrictions
Access Security Considerations
server.xml Configuration File
For more information on the Struts framework, refer http://struts.apache.org.