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

Configuring NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) System Administrator’s Guide525644-002
3-34
JDBCRealm
driverName
The fully qualified Java class name of the JDBC driver to be used.
For SQL/MP, specify the value com.tandem.sqlmp.SQLMPDriver here. You
must have the sqlmp.jar file in your classpath.
For SQL/MX, specify the value com.tandem.sqlmx.SQLMXDriver here. You
must have the jdbcMx.jar file in your classpath.
roleNameCol
The name of the column in the userRoleTable that contains the name of a role
assigned to this user. The default is role_name.
userCredCol
The name of the column in the userTable that contains the password for this
user (either in clear text, or digested if the digest attribute is set). The default is
user_pass.
userNameCol
The name of the column in the userTable and userRoleTable that contains
the user name of this user. The default is user_name.
userRoleTable
The name of the table that contains one row for each role assigned to a particular
user name. This table must include at least the columns named by the
userNameCol and roleNameCol attributes. The table name must be fully
qualified Guardian name, for example, $$data05.john.userrole. Note that the
“$$” sign is used to escape the $ sign in the XML parsing.
userTable
The name of the table that contains one row for each user name to be recognized
by NSJSP. This table must include at least the columns named by the
userNameCol and userCredCol attributes. The table name must be fully
qualified Guardian name, such as $$data05.john.users. Note that the “$$
sign is used to escape the $ sign in the XML parsing.
Example <Realm> elements are included (commented out) in the default
$NSJSP_HOME/conf/iTP_server.xml file.