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

Migrating to NSJSP 6.1
NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator’s Guide596210-006
7-9
Comparing Configuration Properties in NSJSP 5.0,
NSJSP 6.0, and NSJSP 6.1
Table 7-3. Differences in the NSJSP 6.0 and NSJSP 6.1 server.xml
Files (page 1 of 2)
Element/Attribute Default Value in NSJSP 6.0 Default Value in NSJSP 6.1
The
GlobalNamingRes
ources Element
<Resource
name="UserDatabase"
auth="Container"
type="org.apache.catalina
.UserDatabase"
description="User
database that can be
updated and saved"
factory="org.apache.catal
ina.users.MemoryUserDatab
aseFactory"
pathname="conf/nsjsp-
users.xml" />
<Resource
name="UserDatabase"
auth="Container"
type="org.apache.catalin
a.UserDatabase"
description="User
database that can be
updated and saved"
factory="org.apache.cata
lina.users.MemoryUserDat
abaseFactory"
pathname="conf/nsjsp-
users.xml"
readonly="false" />
Note: In NSJSP 6.1, the memory
user data base is read-only. If it
is read-only, you cannot use the
Admin Web application to add or
modify users in the memory
database. To enable the Admin
Web application to add and
modify the users, the read-only
attribute is set to false.