Hello!
How can I disable default connection pooling on Tomcat? Is there any Resource parameter for that?
Thanks in advance!
Hello!
How can I disable default connection pooling on Tomcat? Is there any Resource parameter for that?
Thanks in advance!
you can configure another (custom) resourcefactory in your context.xml that doesn't use the dbcp. It's described in the jndi-resources-howto