Re: Tomcat dbcp2 connection pool configuration

2024-01-17 Thread Phil Steitz
On Tue, Jan 16, 2024 at 9:07 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > Hello, > > On 1/11/24 11:08, அருள்ராஜன் அ லை wrote: > > Hi > > > > We are using Tomcat 9.0.84 and Tomcat DBCP2 connection pool and the DB is > > Oracle 19c. We are seeing the closed connections and the sta

Re: Tomcat dbcp2 connection pool configuration

2024-01-16 Thread Christopher Schultz
Hello, On 1/11/24 11:08, அருள்ராஜன் அ லை wrote: Hi We are using Tomcat 9.0.84 and Tomcat DBCP2 connection pool and the DB is Oracle 19c. We are seeing the closed connections and the standment objects are not cleared even after the connection says closed. Anybody faced similar issue ? Here is t

Tomcat dbcp2 connection pool configuration

2024-01-11 Thread அருள்ராஜன் அ லை
Hi We are using Tomcat 9.0.84 and Tomcat DBCP2 connection pool and the DB is Oracle 19c. We are seeing the closed connections and the standment objects are not cleared even after the connection says closed. Anybody faced similar issue ? Here is the values in tomcat context.xml maxWaitMillis="600

Re: mod_jk connection pool configuration

2011-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 11/18/11 3:14 AM, Pid * wrote: > On 17 Nov 2011, at 20:39, Christopher Schultz > wrote: > > Pid, > > On 11/16/11 7:20 PM, Pid wrote: What I'm not clear on is whether the mod_jk worker connection_pool_size is 60 per Server child,

Re: mod_jk connection pool configuration

2011-11-18 Thread Pid *
On 17 Nov 2011, at 20:39, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Pid, > > On 11/16/11 7:20 PM, Pid wrote: >> What I'm not clear on is whether the mod_jk worker >> connection_pool_size is 60 per Server child, or 60 * 10 Server >> children. > > mod_jk's con

Re: mod_jk connection pool configuration

2011-11-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 11/16/11 7:20 PM, Pid wrote: > What I'm not clear on is whether the mod_jk worker > connection_pool_size is 60 per Server child, or 60 * 10 Server > children. mod_jk's connection_pool_size, when left to the default (which I think everyone sho

Re: mod_jk connection pool configuration

2011-11-16 Thread Pid
On 16/11/2011 16:52, Christopher Schultz wrote: > Pid, > > On 11/16/11 8:47 AM, Pid * wrote: >> Tomcat 6.0.32, HTTPD (worker mpm) 2.2.19, mod_jk 1.2.31. > >> If ThreadsPerChild is 60 and ServerLimit is 10, MaxClients is 600, >> how many connections, at peak, will be made to 20 Tomcat >> instances

Re: mod_jk connection pool configuration

2011-11-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 11/16/11 8:47 AM, Pid * wrote: > Tomcat 6.0.32, HTTPD (worker mpm) 2.2.19, mod_jk 1.2.31. > > If ThreadsPerChild is 60 and ServerLimit is 10, MaxClients is 600, > how many connections, at peak, will be made to 20 Tomcat > instances? - From h

Re: mod_jk connection pool configuration

2011-11-16 Thread Pid *
On 16 Nov 2011, at 13:47, Pid * wrote: > Hi, > > Tomcat 6.0.32, HTTPD (worker mpm) 2.2.19, mod_jk 1.2.31. > > If ThreadsPerChild is 60 and ServerLimit is 10, MaxClients is 600, how > many connections, at peak, will be made to 20 Tomcat instances? I should add that 'connection_pool_size' is not s

mod_jk connection pool configuration

2011-11-16 Thread Pid *
Hi, Tomcat 6.0.32, HTTPD (worker mpm) 2.2.19, mod_jk 1.2.31. If ThreadsPerChild is 60 and ServerLimit is 10, MaxClients is 600, how many connections, at peak, will be made to 20 Tomcat instances? Will this change If Tomcat instances start failing? p ---

RE: Connection Pool configuration

2007-02-14 Thread Propes, Barry L [GCG-NAOT]
ave naming-factory.jar, but is that good enough for DB Connection Pooling? Anyone that's dealt with 4.0 or 4.1 know? -Original Message- From: Foo Shyn [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2007 7:36 PM To: Tomcat Users List Subject: Re: Connection Pool configuration Hi

RE: Connection Pool configuration

2007-02-14 Thread Propes, Barry L [GCG-NAOT]
dback would be great! Thanks, . -Original Message- From: Propes, Barry L [GCG-NAOT] Sent: Wednesday, February 14, 2007 10:17 AM To: Tomcat Users List Subject: RE: Connection Pool configuration are you talking under the META-INF folder of the app I suppose? Just so that I'm clear.

RE: Connection Pool configuration

2007-02-09 Thread Propes, Barry L [GCG-NAOT]
ok, thanks FooShyn. -Original Message- From: Foo Shyn [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2007 7:36 PM To: Tomcat Users List Subject: Re: Connection Pool configuration Hi, I'm not sure bout Tomcat 4.0, but i think in 4.1 u could do it through the admin page.

Re: Connection Pool configuration

2007-02-08 Thread Foo Shyn
t; To: "Tomcat Users List" Sent: Friday, February 09, 2007 12:01 AM Subject: Connection Pool configuration Hello, I'm dealing with Tomcat 4.0.1 and -4.1.3. I badly need to get connection pooling configured, but am not quite sure how to do it. Here's a block from my server

Connection Pool configuration

2007-02-08 Thread Propes, Barry L [GCG-NAOT]
Hello, I'm dealing with Tomcat 4.0.1 and -4.1.3. I badly need to get connection pooling configured, but am not quite sure how to do it. Here's a block from my server.xml file. This goes to the users table created for password sessions. Do I configure anything here for Connectio