Previous Topic: INTERFACESERVER Structure

Next Topic: KEYSTORE Structure

JDBC Structure

Note: This JDBC structure is for the INTERFACESERVER structure only.

The attributes for this JDBC structure are as follows:

DATASOURCE="datasource"

The JDBC datasource to be used.

PASSWORD="password"

The password to be used when connecting to the datasource. If KEY is specified, the password is represented in encrypted form; otherwise, it is represented as clear text.

KEY="encryptionkey"

The encryptionkey, together with a fixed key, encrypts the password value.

USER="userid"

The user ID to be used when connecting to the datasource.