hi,everyone.
our system runs on weblogic 8.1 server.
and the system use the weblogic jdbc-connection-pool.
http://e-docs.bea.com/wls/docs81/ConsoleHelp/jdbc_connection_pools.html
we use this way to call the weblogic connection pool
Driver myDriver = (Driver)
(Class.forName("weblogic.jdbc.pool.Driver").newInstance());
con = myDriver.connect(JUrl.getJdbcUrl(), null);
So,if i integrate proxool-connection-pool with the jdbc-connection-pool.
will it work ?
i am confused by double connection pool .
if i use 2 connection pool will that work?
if i call a connection ,where will the connection come from ?
thanks,all
[==free as freedom==]
|