On Sep 26, 2013, at 2:22 AM, Anu Prab <anupr...@gmail.com> wrote:

> Hi
> 
> I am using Tomcat version 7.

For future reference, please include the exact version of Tomcat you are 
running.  There are 40+ different versions.

> 
> Is it possible to update connection pool properties without restarting the
> Tomcat server?

Please also include specific details like which connection pool are you using.  
There are two included with Tomcat, DBCP and tomcat-jdbc.

To give a general answer to your question, you can update some of the 
properties through JMX.  It'll depend on the version of Tomcat and which pool 
you are using as to which properties you can update.  Try connecting with 
jconsole or jvisualvm w/MBeans plugin and see if the properties you need are 
exposed and editable.

Dan

> 
> Thanks in advance.


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

Reply via email to