1 Reply Latest reply on Mar 23, 2009 1:28 PM by peterj

    Connection pooling in Jboss

      HI ALL,

      I did successfully connection pooling in Jboss on one database in the same network.

      Now i want to do the connection pooling of same jboss with another database but the database will be in the other network (Class C network).
      Suppose the IP is something like 192.168.1.72 and the global IP of the network is something like this 202.149.20.10.

      Can any one suggest me how I have to configure .xml file in the deployment folder.
      Your help would be appreciable.


      Thanks and regards,
      Bhat

        • 1. Re: Connection pooling in Jboss
          peterj

          Change the connection URL in the *-ds.xml file to contain the IP address of database server. Use the IP that is visible from the system running JBoss AS (based on your description, I think that is 202.14.9.20.10).