1 Reply Latest reply on Mar 1, 2005 6:04 AM by amit.bhayani

    Connection pooling  in JBOSS

    sivavp

      hi,

      Like in Weblogic can we do connetion pooling in JBOSS

      if it is possible how to do it where i can refer ... to do that

      Thanks & Regards,
      Siva,

        • 1. Re: Connection pooling  in JBOSS
          amit.bhayani

          Yes JBoss supports connection pooling. You can configure it in *-ds.xml found under deploy directory. Configuration depends on which database you are using. For different configurations (*-ds.xml) related to different database have a look at jboss-x.x\docs\examples\jca

          Amit.