1 Reply Latest reply on Jun 7, 2013 12:59 PM by wdfink

    JBoss4 HA Datasource

    ramdesina

      Dear All,

       

       

      I am new to Jboss, i have small requirement as follows.

      in my application , it has two nodes for one DATABASE say NODE1,NODE2 . from Jboss server, how to redirect the request to NODE2 if NODE1 is busy or failed automatically.

      give any code snippets for this proble

       

       

      Thanks And Regards

      Ram

        • 1. Re: JBoss4 HA Datasource
          wdfink

          There is no special handling in JBoss for that. The failover is provided by the JDBC library of the database, you only need the related jdbc connect string for the database.