<div dir="ltr"><div><div><div>Upgrading from v2 to v3.<br><br></div>In v2 -- the attribute resolver picked up the database connection, pooling. etc from the Tomcat's server.xml (using DBCP) - example below.<br><br></div>I am having problems setting similar for v3.0.0/tomcat - for the attribute resolver - with db connection pooling.<br><br></div>Could anyone share how they did it? My guess it is not via DBCP.<br><div><div><div><br><Resource name="jdbc/CWLDB" auth="Container"<br>                        type="javax.sql.DataSource" username="foobar" password="nomnom"<br>                        driverClassName="oracle.jdbc.driver.OracleDriver" url="jdbc:oracle:thin:@databasehost:1521:sid"<br>                        validationQuery="SELECT 1 from DUAL"<br>                        maxActive="20" maxIdle="4"/><br></div></div></div></div>