NonStop Servlets for JSP System Administrator's Guide
Configuring NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) System Administrator’s Guide—525644-001
3-25
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 the $JAVA_HOME/jre/lib/ext directory.
For SQL/MX, specify the value com.tandem.sqlmx.SQLMXDriver here. You
must have the jdbcMx.jar file in the $JAVA_HOME/jre/lib/ext directory, and
the INCLUDE_JDBCMX variable should have been set to YES in the
$JAVA_HOME/install/Makefile when the JVM was last built.
roleNameCol
The name of the column in the userRoleTable that contains the name of a role
assigned to this user.
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).
userNameCol
The name of the column in the userTable and userRoleTable that contain the
username of this user.
userRoleTable
The name of the table that contains one row for each role assigned to a particular
username. 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.
userTable
The name of the table that contains one row for each username 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.
Example <Realm> elements are included (commented out) in the default
iTPWS_INSTALL_DIR/servlet_jsp/conf/iTP_server.xml file.
Example 3-22 shows how to use the SQL/MP database to specify JDBCRealm
attributes.