简体   繁体   中英

Disable connection pool on Tomcat

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM