5 Replies Latest reply on Dec 5, 2011 2:23 PM by adupa

    JBoss Multipools

    harish73

      Hi,

      Am using jboss-4.2.2.GA on Linux EL3 server. Is it possible to use multipools in my JBOSS version? If yes, what are the steps to configure it.

      If anyone know please provide me link or steps to configure multipools in jboss 4.2.2.GA

      Thanks.

        • 1. Re: JBoss Multipools
          jaikiran

          Can you explain what you mean by multipools?

          • 2. Re: JBoss Multipools
            harish73

            A JDBC multipool is a pool of connection pools configured for load balancing or high availability. Typically, you create JDBC connection pools, then create a JDBC multipool and assign connection pools to the multipool.

            Also, this feature i have seen in bea weblogic server. Hence i need same in JBOSS. Is multipool configuration is possible in JBOSS 4.2.2GA

            Thanks.

            • 3. Re: JBoss Multipools
              jaikiran

               

              "harish73" wrote:
              A JDBC multipool is a pool of connection pools configured for load balancing or high availability. Typically, you create JDBC connection pools, then create a JDBC multipool and assign connection pools to the multipool.



              Sorry, i don't know whether this is possible in JBoss. Maybe someone else will be able to answer.

              • 4. Re: JBoss Multipools
                harish73

                I mean to ask that how to config jboss to connect different connection node via one datasource?

                "jaikiran" wrote:
                Can you explain what you mean by multipools?


                • 5. Re: JBoss Multipools
                  adupa

                  Has there been any alternative or solutions for this.