DBCP Factory

2003-01-30 Thread Marc Logemann
Hi, i am using 4.18 and i am wondering if its true that DBCP is the default factory for javax.sql.DataSource resource definitions. I read it in the JNDI DataSource tomcat docs. I defined the resource in the server.xml Resource name=jdbc/db2dbcp auth=Container type=javax.sql.DataSource/

RE: DBCP Factory

2003-01-30 Thread Ralph Einfeldt
/value (Havn't tried it, as we use our own pool, which is no DataSource) -Original Message- From: Marc Logemann [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 2:48 PM To: [EMAIL PROTECTED] Subject: DBCP Factory i am using 4.18 and i am wondering if its true that DBCP

RE: DBCP Factory

2003-01-30 Thread Marc Logemann
Hi, i tried also the factory paramter, w/o success, can somebody tell me where the DBCP lib should be? i checked common/lib, but didnt see something. DBCP is bundled with tomcat, but AFAIK is not the default factory for javax.sql.DataSource. According to

RE: DBCP Factory

2003-01-30 Thread Roberts, Eric
Hi, common/lib should contain commons-dbcp.jar - that is where the BasicDataSourceFactory is. -Original Message- From: Marc Logemann [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 30. Jänner 2003 15:08 To: [EMAIL PROTECTED] Subject: RE: DBCP Factory Hi, i tried also the factory

RE: DBCP Factory

2003-01-30 Thread Ralph Einfeldt
] Subject: RE: DBCP Factory i tried also the factory paramter, w/o success, can somebody tell me where the DBCP lib should be? i checked common/lib, but didnt see something. - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: DBCP Factory

2003-01-30 Thread Marc Logemann
and the other jar files that belong to it. -Original Message- From: Marc Logemann [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 3:08 PM To: [EMAIL PROTECTED] Subject: RE: DBCP Factory i tried also the factory paramter, w/o success, can somebody tell me where the DBCP lib should

Re: DBCP Factory

2003-01-30 Thread Erik Price
is. -Original Message- From: Marc Logemann [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 30. Jänner 2003 15:08 To: [EMAIL PROTECTED] Subject: RE: DBCP Factory Hi, i tried also the factory paramter, w/o success, can somebody tell me where the DBCP lib should be? i checked common/lib, but didnt

Re: DBCP Factory

2003-01-30 Thread Jacob Kjome
PROTECTED] Subject: RE: DBCP Factory Hi, i tried also the factory paramter, w/o success, can somebody tell me where the DBCP lib should be? i checked common/lib, but didnt see something. DBCP is bundled with tomcat, but AFAIK is not the default factory for javax.sql.DataSource. According to http