2 Replies Latest reply on Jan 11, 2012 4:40 AM by galder.zamarreno

    How to use Tomcat JDBC connection pool with JDBC cachestore

    dex80526

      Hi all:

       

      I need to use Tomcat JDBC connection pool in the place of C3P0 based pool with JDBC cache store (now using H2 DB engine) for couple specific reasons (I am deployiny my app in Tomcat).

       

      I am thinking to use the ManagedConnectionFactory with Tomcat JDBC connection pool.

       

      I did not see any example or doc related to configure using ManagedConnectionFactory.

       

      Is there any example for this kind configuration? Any direction would be helpful.

       

      Thanks.