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/TestDB

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 - how else are the tables

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 at java:comp/env/jdbc/TestDB

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

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 Sorry was in a haste, forgot much more than this. :-/ - Tomcat 7.0.0 - Java

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 changed quite some time ago). Place

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 Tomcat's lib directory, not common/lib (that was changed

RE: Connecting Tomcat to a database

2010-07-09 Thread Propes, Barry L
); 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 database Hi. Am 08.07.2010 23:36

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 reference,

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 jdbc is not bound in this Context Any

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 (inside the Host-Element):

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: 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 Beta That's how it was shown here