Hello,
I am trying to create an Oracle 10g datasource with connection caching
enabled. In my server.xml I have the following...

<Resource
name="jdbc/myDS"
auth="Container"
type="javax.sql.DataSource"
driverClassName="oracle.jdbc.OracleDriver"
url="jdbc:oracle:thin:@my.db.com:1521:me" username="my_name"
password="my_pass"
connectionCacheName="my-cache"
connectionCachingEnabled="true" />

...under <GlobalNamingResources>. Is this properly creating an Oracle
datasource with implicit connection caching enabled? If so, how do I
verify that this datasource is pooling connections?

Thanks,
Bernie


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to