Re: can´t Configurate Database Connection Pool (DBCP) with Tomcat 5.0.28

2005-04-17 Thread Sevillano sevi llano
Hi Caroline it works perfectly now!! thanks very much for your help I love you!! :-) From: Caroline Jen <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: Tomcat Users List Subject: Re: can´t Configurate Database Connection Pool (DBCP) with Tomcat 5.0.28 Date: Fri, 15 Apr 200

Re: Re: can´t Configurate Database Connection Pool (DBCP) with Tomcat 5.0.28

2005-04-15 Thread Ben Kim
>> org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC driver of >> class '' for connect URL 'null' I may be wrong, but I had a similar situation, and in my case when I set up the "Data Sources" for the application context (not as the GlobalNamingResources in server.xml) using the adm

Re: can´t Configurate Database Connection Pool (DBCP) with Tomcat 5.0.28

2005-04-15 Thread Caroline Jen
> > > className="org.apache.catalina.realm.UserDatabaseRealm" > resourceName="UserDatabase" /> > > > > > > > > > >From: "Parsons Technical Services" > <[EMAIL PROTECTED]> > >Rep

Re: can´t Configurate Database Connection Pool (DBCP) with Tomcat 5.0.28

2005-04-15 Thread Sevillano sevi llano
From: "Parsons Technical Services" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: "Tomcat Users List" Subject: Re: can´t Configurate Database Connection Pool (DBCP) with Tomcat 5.0.28 Date: Fri, 15 Apr 2005 07:56:36 -0400 D

Re: can´t Configurate Database Connection Pool (DBCP) with Tomcat 5.0.28

2005-04-15 Thread Parsons Technical Services
Do you have your resource link in the context element? And if you don't have a context for the app you need to create one. Doug - Original Message - From: "Sevillano sevi llano" <[EMAIL PROTECTED]> To: Sent: Friday, April 15, 2005 5:34 AM Subject: can´t Configurat

Re: can´t Configurate Database Connection Pool (DBCP) with Tomcat 5.0.28

2005-04-15 Thread Caroline Jen
sa","**","**"); > > > > > > > > >I have the .jar files in > > >Tomcat 5.0\common\lib > > > > > > > > >>From: "Benjamin Cuthbert" > <[EMAIL PROTECTED]> > > >>Reply-To: "Tomca

Re: can´t Configurate Database Connection Pool (DBCP) with Tomcat 5.0.28

2005-04-15 Thread Anto Paul
vironment) > > thanks > > >From: "Sevillano sevi llano" <[EMAIL PROTECTED]> > >Reply-To: "Tomcat Users List" > >To: tomcat-user@jakarta.apache.org > >Subject: Re: can´t Configurate Database Connection Pool (DBCP) with Tomcat > >5.0.28 >

Re: can´t Configurate Database Connection Pool (DBCP) with Tomcat 5.0.28

2005-04-15 Thread Sevillano sevi llano
ist" To: tomcat-user@jakarta.apache.org Subject: Re: can´t Configurate Database Connection Pool (DBCP) with Tomcat 5.0.28 Date: Fri, 15 Apr 2005 09:48:29 + I think JDBC Drivers are correctly installed, because direct connection works correctly: DriverManager.registerDriver(new oracle.jdbc.dr

Re: can´t Configurate Database Connection Pool (DBCP) with Tomcat 5.0.28

2005-04-15 Thread Sevillano sevi llano
files in Tomcat 5.0\common\lib From: "Benjamin Cuthbert" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: "Tomcat Users List" CC: tomcat-user@jakarta.apache.org Subject: Re: can´t Configurate Database Connection Pool (DBCP) with Tomcat 5.0.28 Date: Fri, 15 Ap

Re: can´t Configurate Database Connection Pool (DBCP) with Tomcat 5.0.28

2005-04-15 Thread Benjamin Cuthbert
76389 (Tel) +44 (0) 20 754 74996 (Fax) "Sevillano sevi llano" <[EMAIL PROTECTED]> 04/15/2005 10:41 AM Please respond to "Tomcat Users List" To: tomcat-user@jakarta.apache.org cc: Subject: Re: can´t Configurate Database Connection Pool

Re: can´t Configurate Database Connection Pool (DBCP) with Tomcat 5.0.28

2005-04-15 Thread Anto Paul
On 4/15/05, Sevillano sevi llano <[EMAIL PROTECTED]> wrote: > Hi, I´m a newbie trying to configurate DBCP with Tomcat 5.0.28 > > I´m following this documentation: > http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-datasource-examples-howto.html > > "...Add this in between the tag of the exam

Re: can´t Configurate Database Connection Pool (DBCP) with Tomcat 5.0.28

2005-04-15 Thread Sevillano sevi llano
-To: "Tomcat Users List" To: "Tomcat Users List" CC: tomcat-user@jakarta.apache.org Subject: Re: can´t Configurate Database Connection Pool (DBCP) with Tomcat 5.0.28 Date: Fri, 15 Apr 2005 10:36:30 +0100 Sevillano Can you show me your JDBC configuration. Ben Cuthbert Deutsche Bank -

Re: can´t Configurate Database Connection Pool (DBCP) with Tomcat 5.0.28

2005-04-15 Thread Benjamin Cuthbert
lease respond to "Tomcat Users List" To: tomcat-user@jakarta.apache.org cc: Subject:can´t Configurate Database Connection Pool (DBCP) with Tomcat 5.0.28 Hi, I´m a newbie trying to configurate DBCP with Tomcat 5.0.28 I´m following this documentation:

can´t Configurate Database Connection Pool (DBCP) with Tomcat 5.0.28

2005-04-15 Thread Sevillano sevi llano
Hi, I´m a newbie trying to configurate DBCP with Tomcat 5.0.28 I´m following this documentation: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-datasource-examples-howto.html "...Add this in between the tag of the examples context and the tag closing the localhost definition..." but there