RE: Connecting Tomcat to a database

2010-07-12 Thread Caldarale, Charles R
> From: Christian Bruckhoff [mailto:christian.bruckh...@gmx.de] > Subject: Re: Connecting Tomcat to a database > > But now, I get another error (see end of message). Do I have > to import the ODE schema even if I want to use the database > for ODE external data? I presume so

Re: Connecting Tomcat to a database

2010-07-12 Thread Christian Bruckhoff
Hi. Am 10.07.2010 06:15, schrieb Caldarale, Charles R: From: Christian Bruckhoff [mailto:christian.bruckh...@gmx.de] Subject: Re: Connecting Tomcat to a database ERROR - GeronimoLog.error(108) | Failed to resolved external DataSource at "java:comp/env/jdbc/T

Re: Connecting Tomcat to a database

2010-07-10 Thread Mark Thomas
On 10/07/2010 05:15, Caldarale, Charles R wrote: >> From: Christian Bruckhoff [mailto:christian.bruckh...@gmx.de] >> Subject: Re: Connecting Tomcat to a database >> >> ERROR - GeronimoLog.error(108) | Failed to resolved external >> DataSource

RE: Connecting Tomcat to a database

2010-07-09 Thread Caldarale, Charles R
> From: Christian Bruckhoff [mailto:christian.bruckh...@gmx.de] > Subject: Re: Connecting Tomcat to a database > > ERROR - GeronimoLog.error(108) | Failed to resolved external > DataSource at "java:comp/env/jdbc/TestDB". > javax.naming.NameNotFoundException: Name

Re: Connecting Tomcat to a database

2010-07-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Barry, On 7/9/2010 12:47 PM, Propes, Barry L wrote: > Not totally sure if this matters, maybe it doesn't, but I notice > this line on the error: > > Failed to resolved external DataSource at "java > :comp/env/jdbc/TestDB". > > I have a similar refer

RE: Connecting Tomcat to a database

2010-07-09 Thread Propes, Barry L
("java:comp/env");< no space.yours has a space. Maybe the space would cause an error? -Original Message- From: Christian Bruckhoff [mailto:christian.bruckh...@gmx.de] Sent: Friday, July 09, 2010 2:02 AM To: Tomcat Users List Subject: Re: Connecting Tomcat to a

Re: Connecting Tomcat to a database

2010-07-09 Thread Pid
On 09/07/2010 14:27, Caldarale, Charles R wrote: >> From: Pid [mailto:p...@pidster.com] >> Subject: Re: Connecting Tomcat to a database >> >>> Most unfortunate that they're suggesting very, very out of date >>> practices. Put the MySQL JDBC driver in T

RE: Connecting Tomcat to a database

2010-07-09 Thread Caldarale, Charles R
> From: Pid [mailto:p...@pidster.com] > Subject: Re: Connecting Tomcat to a database > > > Most unfortunate that they're suggesting very, very out of date > > practices. Put the MySQL JDBC driver in Tomcat's lib directory, not > > common/lib (that was cha

Re: Connecting Tomcat to a database

2010-07-09 Thread Pid
On 09/07/2010 08:01, Christian Bruckhoff wrote: > Hi. > > Am 08.07.2010 23:36, schrieb Caldarale, Charles R: >>> From: Christian Bruckhoff [mailto:christian.bruckh...@gmx.de] >>> Subject: Re: Connecting Tomcat to a database >>> >>> Sor

Re: Connecting Tomcat to a database

2010-07-09 Thread Christian Bruckhoff
Hi. Am 08.07.2010 23:36, schrieb Caldarale, Charles R: From: Christian Bruckhoff [mailto:christian.bruckh...@gmx.de] Subject: Re: Connecting Tomcat to a database Sorry was in a haste, forgot much more than this. :-/ - Tomcat 7.0.0 - Java 1.6 Update 20 - Windows XP SP3 - Wanted to use DB for

RE: Connecting Tomcat to a database

2010-07-08 Thread Caldarale, Charles R
> From: Christian Bruckhoff [mailto:christian.bruckh...@gmx.de] > Subject: Re: Connecting Tomcat to a database > > Sorry was in a haste, forgot much more than this. :-/ > - Tomcat 7.0.0 > - Java 1.6 Update 20 > - Windows XP SP3 > - Wanted to use DB for Apache ODE 2.0 B

Re: Connecting Tomcat to a database

2010-07-08 Thread Christian Bruckhoff
Hi. Am 08.07.2010 20:50, schrieb Caldarale, Charles R: From: Christian Bruckhoff [mailto:christian.bruckh...@gmx.de] Subject: Connecting Tomcat to a database I need t connect Tomcat to a database What version of Tomcat? What JVM? What platform are you running Tomcat on? Sorry was in a

RE: Connecting Tomcat to a database

2010-07-08 Thread Caldarale, Charles R
> From: Christian Bruckhoff [mailto:christian.bruckh...@gmx.de] > Subject: Connecting Tomcat to a database > > I need t connect Tomcat to a database What version of Tomcat? What JVM? What platform are you running Tomcat on? > server.xml (insi

Connecting Tomcat to a database

2010-07-08 Thread Christian Bruckhoff
Hi. I need t connect Tomcat to a database, I want to use with ODE. Therefor, I changed the configuration decribed in [1] to server.xml (inside the -Element): -- crossContext="true"> username="test_dab" password="moep" driverClass