RE: Registering database connection pool with JMX in Tomcat - Hot setting ?

2016-05-09 Thread Sailaja Ravipati
I am using tomcat jdbc pool that gets initialized with PoolProperties. Is this 
what you are looking for ? 

Regards,
Sailaja.
-Original Message-
From: Mark Thomas [mailto:ma...@apache.org] 
Sent: 09 May 2016 14:19
To: Tomcat Users List
Subject: Re: Registering database connection pool with JMX in Tomcat - Hot 
setting ?

On 09/05/2016 05:19, Sailaja Ravipati wrote:
> Hi
> 
> I am using Tomcat version 7.0.63.
> I have registered the dbconnection pool with MBeanServer.
> Is there a way to make those methods hot setting? What I mean by this is, for 
> example if I change statement cache size in the jconsole, it should take 
> effect immediately.

That will depend on the connection pool implementation you have chosen.
Seeing you haven't told us which connection pool you are using...

Mark


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Registering database connection pool with JMX in Tomcat - Hot setting ?

2016-05-09 Thread Mark Thomas
On 09/05/2016 05:19, Sailaja Ravipati wrote:
> Hi
> 
> I am using Tomcat version 7.0.63.
> I have registered the dbconnection pool with MBeanServer.
> Is there a way to make those methods hot setting? What I mean by this is, for 
> example if I change statement cache size in the jconsole, it should take 
> effect immediately.

That will depend on the connection pool implementation you have chosen.
Seeing you haven't told us which connection pool you are using...

Mark


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Registering database connection pool with JMX in Tomcat - Hot setting ?

2016-05-08 Thread Sailaja Ravipati
Hi

I am using Tomcat version 7.0.63.
I have registered the dbconnection pool with MBeanServer.
Is there a way to make those methods hot setting? What I mean by this is, for 
example if I change statement cache size in the jconsole, it should take effect 
immediately.

Any help is greatly appreciated.

Regards,
Sailaja.

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org