You configure the JDBC to connect to a database and increase default cache settings. JDBC, an API for the Java programming language, defines how a client accesses a database by providing querying methods and updating database data.
Follow these steps:
gm_install/CA/RCM/Server/eurekify-jboss/server/eurekify/deploy/
<connection-url>jdbc:oracle:thin:@rac:1521/RCMDB1</connection-url>
<connection-url>jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=on)
(ADDRESS=(PROTOCOL=TCP)(HOST=rac1-vip.localdomain) (PORT=1521))
(ADDRESS=(PROTOCOL=TCP)(HOST=rac2-vip.localdomain) (PORT=1521))
(CONNECT_DATA=(SERVICE_NAME=RCMDB1)))</connection-url>
The JDBC URL values define Oracle RAC database cluster rac1-vip and rac2-vip.
Do the following:
gm_install/Program Files/CA/RCM/Server/eurekify-jboss/server/eurekify/deploy/eurekify.war/WEB-INF/classes
Example:
defaultCache maxElementsInMemory="900000" eternal="true"
overflowToDisk="false" memoryStoreEvictionPolicy="LRU">
<cacheEventListenerFactory
class="com.eurekify.dal.SageCacheEventListenerFactory" properties="" />
</defaultCache>
The CA GovernanceMinder cache limits are reset.
You have configured the JDBC. You now verify a successful CA GovernanceMinder installation.
| Copyright © 2012 CA. All rights reserved. |
|