maybe I've set or allocated enough (about 100) connections so I only get that 
once?

I'd be happy to send you my server.xml config if you'd like.

-----Original Message-----
From: Gregor Schneider [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 31, 2007 11:10 AM
To: Tomcat Users List
Subject: Re: Console-Output of AbandonedObjectPool


hi barry,

from my understanding, the output seems to be created every time when
the pool needs to create a new physical connection to the database,
i.e. you've specified "maxActive=10", only 5 are used & busy, a 6th
gets created due to an additional request and -> voilá, there you go.

anyways, seems there's no workaround for this problem, so i'll have to
live with it :(

cheers

gregor
-- 
what's puzzlin' you, is the nature of my game
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available @ http://pgpkeys.pca.dfn.de:11371

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to