0 Replies Latest reply on Apr 19, 2005 10:28 PM by buster.wang

    how to bind mbean to ha-jndi in config file

    buster.wang

      hi,all
      I have deploy follow ds config file in deploy directory;

      <?xml version="1.0" encoding="UTF-8"?>

      <local-tx-datasource>
      <jndi-name>cluster</jndi-name>

      <connection-url>jdbc:oracle:thin:@localhost:1521:tdm</connection-url>

      <driver-class>oracle.jdbc.driver.OracleDriver</driver-class>

      <user-name>test</user-name>

      test

      </local-tx-datasource>



      now I can't only get this datasource from local jndi , that's port 1099;
      but because I'm in cluster enviroment, so I want to get all object from ha-jndi, that's port 1100;
      so what I should to do?

      thanks