Previous Topic: Create an Oracle Database Instance

Next Topic: Run the SQL Scripts

Edit the Data Source

To edit the data source

  1. In a text editor, open the appropriate data source descriptor located in the jboss_home/server/default/deploy directory, or jboss_home/server/all/farm for a clustered installation.

    The following are the JNDI data source descriptors:

  2. Change the DatabaseName, User, and Password in the data source descriptor to the appropriate values for the new database.

    Important! For your version of JBoss, the username and password may instead be in jboss_home\server\default\conf\login-config.xml. If so, you can create a JBoss security realm, which is required to support FIPS. This approach also avoids having a username and password in clear text. For more information, see the Configuration Guide.

The database schema (SQL scripts) will be automatically applied when you restart CA Identity Manager.