tags:

views:

29

answers:

1

Hello!

How can I disable default connection pooling on Tomcat? Is there any Resource parameter for that?

Thanks in advance!

A: 

you can configure another (custom) resourcefactory in your context.xml that doesn't use the dbcp. It's described in the jndi-resources-howto

Nikolaus Gradwohl