I have a web app running on Tomcat 7, that requires a connection to multiple databases. For efficiency's sake I'd like to employ multiple connection pools using JDBC and probably DBCP. What options are available using multiple pools?
The Tomcat server has multiple, virtual hosts and web applications on each virtual host.