The Enterprise Dashboard uses an internal Derby database by default. We recommend that you use an external database instead.
The Enterprise Dashboard does not support IBM DB2.
Follow these steps:
# Should the internal Derby DB instance in the Enterprise Dashboard be started? dradisdb.internal.enabled=true
dradisdb.internal.enabled=false
lisadb.pool.dradis.driverClass=oracle.jdbc.driver.OracleDriver
lisadb.pool.dradis.url=Jdbc:oracle:thin:@[HOST]:[PORT]:[SID]
lisadb.pool.dradis.user=oracle_username
lisadb.pool.dradis.password=oracle_password
lisadb.pool.dradis.driverClass=com.microsoft.sqlserver.jdbc.SQLServerDriver
lisadb.pool.dradis.url=jdbc:sqlserver://[SERVER]:[PORT];databaseName=[DATABASENAME]
lisadb.pool.dradis.user=sqlserver_username
lisadb.pool.dradis.password=sqlserver_password
lisadb.pool.dradis.driverClass=com.mysql.jdbc.Driver
lisadb.pool.dradis.url=jdbc:mysql://DBHOST:DBPORT/DBNAME
lisadb.pool.dradis.user=mysql_username
lisadb.pool.dradis.password=mysql_password
Copyright © 2014 CA Technologies.
All rights reserved.
|
|