PGP SIGNED MESSAGE-
Hash: SHA256
Sailaja,
On 5/17/16 6:58 AM, Sailaja Ravipati wrote:
> I am using TomEE version Apache Tomcat Version 7.0.63. I have the
> following test program.
>
> public static void main(String[] args) throws Exception { final
> TransactionManager tra
Hi
I am using TomEE version Apache Tomcat Version 7.0.63.
I have the following test program.
public static void main(String[] args) throws Exception
{
final TransactionManager transactionManager =
TransactionManagerFactory
.getTra
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
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 appreciat