Re: [JBoss-user] database conn pool

2001-10-18 Thread Guy Rouillier
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

Re: [JBoss-user] database conn pool

2001-10-18 Thread Mir S Islam
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

Re: [JBoss-user] database conn pool

2001-10-18 Thread Yong T. Kim
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 >

[JBoss-user] database conn pool

2001-10-18 Thread Mir S Islam
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.