Previous Topic: WEBSERVICES Structure

Next Topic: CAEEM Structure

JDBC Structure

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

The attributes for the JDBC structure are as follows:

DATASOURCE="datasource"

The JDBC datasource to be used.

Default: None

PASSWORD="password"

The password to be used when connecting to the datasource.

If KEY is specified, the password is represented in encrypted form, otherwise 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.