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

Managing NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator’s Guide596210-006
4-83
Access Security Considerations
Access Security Considerations
The NSJSP installation setup script prompts the user (with name admin) for a
password. The admin user ID and password can be used to log on to the Admin Web
application.
For information on how to change the admin user ID and password, see Users
on
page 4-80 and Chapter 7, Migrating to NSJSP 6.1
.
Persisting Changes to the server.xml File and Context Files
When the Commit Changes operation is invoked, the Admin Server Class saves the
existing server.xml file and any modified context definition files. It replaces these
files with new files containing the changed configuration. The current version of the
server.xml file is preserved and renamed using the following naming convention:
server.xml.yyyy-mm-dd.hh-mm-ss
where:
yyyy-mm-dd is the year-month-date.
hh-mm-ss is the hour-minutes-seconds (in 24-hour format).
yyyy-mm-dd.hh-mm-ss is the timestamp when the Commit Change operation is
performed.
For example, server.xml.2004-06-21.14-43-39 is created to preserve the
configuration file before the Commit Change operation is performed at 2:43:39 PM on
June 21st, 2004.
The preserved server.xml file is located in the <NSJSP 6.1 Installation
Directory>/conf/directory.
The preserved context configuration file (with the naming convention <context-
name>.xml.yyyy-mm-dd.hh-mm-ss) is located in the <NSJSP 6.1
Installation
Directory>/conf/[enginename]/[hostname]/[webappname].xml file.
For example, the <NSJSP 6.1 Installation
Directory>/conf/NSJSP/localhost/bankapp.xml.2010-04-22.11-03-41
file is located in the <NSJSP 6.1 Installation
Directory>/conf/NSJSP/localhost directory.
This subsection includes the following topics:
Contents of the server.xml File
Roll Back a Commit Change Operation