jakarta + MySQL / JDBC Problem

2002-04-02 Thread subceero
Hello everyone, I'm running tomcat on a linux system. My test JSP-Page runs fine, but if I try to connect to a mySQL-database, all I get is a Class loading error . Does anyone know what this could mean? Is some class missing? what do I need to run JDBC? Do I need to configure tomcat to access a

Re: jakarta + MySQL / JDBC Problem

2002-04-02 Thread Peter Choe
do you have the jdbc driver for the mySQL? At 12:52 PM 4/2/2002, subceero wrote: Hello everyone, I'm running tomcat on a linux system. My test JSP-Page runs fine, but if I try to connect to a mySQL-database, all I get is a Class loading error . Does anyone know what this could mean? Is some

Re: jakarta + MySQL / JDBC Problem

2002-04-02 Thread Thomas Gideon
On Tue, Apr 02, 2002 at 07:52:44PM +0200, subceero wrote: Hello everyone, I'm running tomcat on a linux system. My test JSP-Page runs fine, but if I try to connect to a mySQL-database, all I get is a Class loading error . Does anyone know what this could mean? Is some class missing? what do

Re: jakarta + MySQL / JDBC Problem

2002-04-02 Thread subceero
] Sent: Tuesday, April 02, 2002 7:58 PM Subject: Re: jakarta + MySQL / JDBC Problem On Tue, Apr 02, 2002 at 07:52:44PM +0200, subceero wrote: Hello everyone, I'm running tomcat on a linux system. My test JSP-Page runs fine, but if I try to connect to a mySQL-database, all I get is a Class

Re: jakarta + MySQL / JDBC Problem

2002-04-02 Thread Thomas Gideon
On Tue, Apr 02, 2002 at 09:26:59PM +0200, subceero wrote: Unfortunately, it still doesn't run. I have no idea where tomcat expects those jar file to be ( I have downloaded the JDBC-Driver for mysql, the file is named mm.mysql-2.0.4-bin.jar) and copied it to $JAKARTA_HOME/common/lib, but