High availability FileNet P8 Content Engine, Version 5.0.+       Application server:  JBOSS Application Server     

Enabling application server connections after database failover (JBoss Application Server)

You can enable a JBoss Application Server connection to the Global Configuration Data (GCD) and object store databases after failover.

To enable JBoss Application Server connection to the GCD and object store databases after failover:

  1. Open the JBoss_HOME/server/all/deploy/*-ds.xml files that you created for the your data sources in a text editor.
  2. Uncomment the following lines, depending on your database type:
    Option Description
    DB2®
    <check-valid-connection-sql>
    SQL statement
    </check-valid-connection-sql>
    Where SQL statement is specific for DB2. For information, see JBoss Application Server documentation for "Connectors on JBoss".
    Oracle
    <valid-connection-checker-class-name>
    org.jboss.resource.adapter.
      jdbc.vendor.
      OracleValidConnectionChecker
    </valid-connection-checker-class-name>.
    MS SQL Server
    <check-valid-connection-sql>
    SQL statement
    </check-valid-connection-sql>
    Where SQL statement is specific for MS SQL Server. For information, see JBoss Application Server documentation for "Connectors on JBoss".
  3. Save your changes.


Feedback

Last updated: November 2010


© Copyright IBM Corporation 2010.
This information center is powered by Eclipse technology. (http://www.eclipse.org)