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

NSJSP Container Objects
NonStop Servlets for JavaServer Pages (NSJSP) System Administrator’s Guide525644-002
C-19
User Databases
java.lang.Float, java.lang.Integer, java.lang.Long,
java.lang.Short, java.lang.String.
value (supported data type)
The value of the assigned entry.
override (boolean)
Indicates whether the same named entry specified in the web application's
deployment descriptor overrides this value. The default is true.
description (String)
The description of this entry.
User Databases
A User Database is a database of user names and their corresponding passwords.
The User Database properties are:
name (String)
The name of the user database.
pathname (String)
The location of the memory user database file. The default location is
$NSJSP_HOME/conf/tomcat-users.xml.
factory (String)
The user database factory. Currently, only
org.apache.catalina.users.MemoryUserDatabaseFactory is supported.
description (String)
The description of the user database.
auth (String)
Specifies the authorization requirement. The default is the container.
scope (String)
Specifies the sharing scope. The default is Shareable.
type (String)
Specifies the resource type. The default is
org.apache.catalina.UserDatabase.