Set the MaxSize attribute in jboss.jcml.
- Original Message -
From: "Mir S Islam" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 18, 2001 2:20 PM
Subject: [JBoss-user] database conn pool
> Is it configurable on how many connections ca
Title: RE: [JBoss-user] database conn pool
Thanks. That was indeed the case. I was not closing
the connection and it was getting piled up.
Mir
- Original Message -
From:
Herve
Tchepannou
To: Mir S Islam
Sent: Thursday, October 18, 2001 12:11
PM
Subject: RE
Did you close the connection after you used it?
--- Mir S Islam <[EMAIL PROTECTED]> wrote:
> Is it configurable on how many connections can stay
> in the pool ? I am
> running into problem with jboss with postgres at the
> backend. After using
> some jsp pages which queries some stateless ejb
>
Is it configurable on how many connections can stay in the pool ? I am
running into problem with jboss with postgres at the backend. After using
some jsp pages which queries some stateless ejb postgres starts giving error
about too many clients conencted and refuses farther connections from jboss.