To create a JDBC datasource for JBoss
jboss_home\server\default\deploy\objectstore-ds.xml
jboss home
The installed location of the Jboss application server where CA Identity Manager is installed
The new file should 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 © 2011 CA. All rights reserved. | Email CA Technologies about this topic |