Hi all,
I would like to use "Transparant Application Failover" (TAF) with my JBoss.
What programmatic changes are necessary in my source code, what configurative changes 
in the JBoss configuratation files?

Im am using the following connection URL     anonymous wrote : 
<connection-url>jdbc:oracle:oci:@CMD-DBR1</connection-url>

with the following TNSNAMES Entry:

RWCO_DBS =
  (DESCRIPTION =
    (FAILOVER = ON)
    (LOAD_BALANCE = ON)
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = TCP)(HOST = rwco_dbs1)(PORT = 1521))
      (ADDRESS = (PROTOCOL = TCP)(HOST = rwco_dbs2)(PORT = 1521))
    )
    (CONNECT_DATA =
      (SERVICE_NAME = eedb)
      (FAILOVER_MODE =
        (TYPE = SELECT)
        (METHOD = PRECONNECT)
        (RETRIES = 20)
        (DELAY = 3)
      )
    )
  )

and JBoss  uses direct  JDBC calls (ServerLogon Modul, SecurityProxy etc.), as well as 
CMP- and BMP-Beans  to access the database.

Thanks for all Your hints.

Stefan



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845715#3845715

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845715


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to