aclDatabase.xml
Stores configuration information for the Analytics Exchange database. The file is encrypted when the ACL Analytics Exchange Service starts.
Note
For information on changing settings in this file, see The aclDatabase.xml configuration file.
File settings
Property | Description |
---|---|
dbtype | The type of database used, either Oracle or Postgres. |
validationQuery | The query used to validate the connection. |
DriverClassName |
The database driver used to connect to the database. For PostgreSQL the value required is: org.postgresql.Driver. For Oracle the value required is: oracle.jdbc.OracleDriver |
ssl |
Specifies whether or not SSL should be used to secure communications with the Analytics Exchange database. The permitted values are “true” (use SSL) or “false” (do not use SSL). Note If you update the SSL setting in this property file, you also need to update the AclAuditExchangeDbPool database pool in TomEE application server to match your SSL configuration. |
Password |
The password required to connect to the Analytics Exchange database. This property is case-sensitive. |
Url |
The hostname, connection port, and database name for the server where the Analytics Exchange database is located. Examples:
|
UserName |
The username required to connect to the Analytics Exchange database. This property is case-sensitive. |