Re: Resource JDBC connection pooling USING LDAP

2009-02-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tim, On 2/17/2009 10:46 AM, trames wrote: > Thanks, that is exactly what I did. > > Since the documentation stated that it used apache (tomcat's version) dbcp > and the BasicDataSourceFactory, I looked at the source for this class > through SVN. I

Re: Resource JDBC connection pooling USING LDAP

2009-02-17 Thread trames
Thanks, that is exactly what I did. Since the documentation stated that it used apache (tomcat's version) dbcp and the BasicDataSourceFactory, I looked at the source for this class through SVN. It fairly simply creates a BasicDataSource. So that is what I did. I retrieved all the parameters f

Re: Resource JDBC connection pooling USING LDAP

2009-02-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tim, On 2/13/2009 5:02 PM, trames wrote: > My goal is to NOT embed the database connection user name, password, or even > server url like it is shown below. I have the ApacheDS LDAP server set up, > and would like to retrieve the credentials/server