You can configure DevTest to use an external database by editing the site.properties file in the LISA_HOME directory.
Note:
The _site.properties file includes properties for each of the supported databases:
If you are running DevTest Server, you do not need to reconfigure each DevTest Workstation installation. The configuration in site.properties is propagated to each workstation, VSE, coordinator, simulator server, and any other DevTest component that connects to the registry.
The general steps are as follows:
For example:
lisadb.pool.common.driverClass=oracle.jdbc.driver.OracleDriver lisadb.pool.common.url
lisadb.pool.common.url=jdbc:oracle:thin:@HOST:1521:SID
lisadb.pool.common.user
lisadb.pool.common.password
#lisadb.pool.common.driverClass=org.apache.derby.jdbc.ClientDriver
#lisadb.pool.common.url=jdbc:derby://localhost:1528/database/lisa.db;create=true
lisadb.internal.enabled=false
Copyright © 2014 CA Technologies.
All rights reserved.
|
|