You must edit each configuration XML file to provide the property values for your environment. You can use any text editor to open and edit the files.
Be sure that you have available the Installation and Upgrade Worksheet that was completed during your planning activities.
If you plan to configure Content Engine to use the directory server's e-mail attribute or, for Active Directory, the userPrincipalName (UPN) to be the user short name that is used for login, then you must perform additional configuration steps and enter specific values for your LDAP and bootstrap settings. For detailed steps, see the IBM® FileNet® P8 help topic .
Server | Description | Example |
---|---|---|
WebSphere® | jdbc:oracle:@ (DESCRIPTION = (load_balance=yes) (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST = rac node 1) (PORT = 1521))(ADDRESS = (PROTOCOL = TCP)(HOST = rac node 2) (PORT = 1521))) (CONNECT_DATA =(SERVICE_NAME = DB service name) (failover_mode = (type=select) (method=basic) (retries=retry number)(delay= delay value)))) |
jdbc:oracle: @(DESCRIPTION =(load_balance=yes) (ADDRESS_LIST=(ADDRESS = (PROTOCOL = TCP)(HOST = testrac1) (PORT = 1521)) (ADDRESS = (PROTOCOL = TCP) (HOST = testrac2)(PORT = 1521))) (CONNECT_DATA =(SERVICE_NAME = testracdb)(failover_mode = (type=select)(method=basic) (retries=32)(delay=4)))) |
Oracle WebLogic Server | See the Oracle Technology Network Web site, http://www.oracle.com/technology/documentation/index.html Search for Configuring JDBC Multi Data sources. |
|
JBoss Application Server | jdbc:oracle:@ (DESCRIPTION =(load_balance=yes) (ADDRESS_LIST= (ADDRESS = (PROTOCOL = TCP) (HOST = rac node 1) (PORT = 1521))(ADDRESS = (PROTOCOL = TCP) (HOST = rac node 2) (PORT = 1521))) (CONNECT_DATA =(SERVICE_NAME = DB service name) (failover_mode = (type=select) (method=basic) (retries=retry number) (delay=delay value)))) |
jdbc:oracle:@ (DESCRIPTION =(load_balance=yes) (ADDRESS_LIST= (ADDRESS = (PROTOCOL = TCP) (HOST = testrac1)(PORT = 1521)) (ADDRESS = (PROTOCOL = TCP) (HOST = testrac2)(PORT = 1521))) (CONNECT_DATA =(SERVICE_NAME = testracdb)(failover_mode = (type=select)(method=basic) (retries=32)(delay=4)))) |
To edit values in the configuration XML files: