Follow these steps:
jboss_home\server\default\deploy\objectstore-ds.xml
jboss home
The installed location of the Jboss application server where CA IdentityMinder is installed.
The new file must exist in the same location.
<jndi-name>userstore</jndi-name>
<connection-url>
jdbc:sqlserver://ipaddress:port;selectMethod=cursor;DatabaseName=userstore_name
</connection-url>
ipaddress
Specifies the IP address of the machine where the user store is installed.
port
Specifies the port number for the database
userstore_name
Specifies the name of the database that serves as the user store.
Note: The user-name and password appear in clear text in this file. Therefore, you may decide to create a JBoss Security realm instead of editing userstore-ds.xml.
Copyright © 2013 CA.
All rights reserved.
|
|