Re: simple connection to MySQL

2002-09-07 Thread Vaskin Kissoyan
Yes, I've gotten it working fine now, I was plagued by trying to fix things in too many places, however, one should note that if you place the original zip in the lib directory, there are no errors given, all the instructions say to look for an error, the absence of which is supposed to indica

RE: simple connection to MySQL

2002-09-07 Thread Christopher Watson
Vaskin I'm guessing (from the class name in your web.xml) you've just downloaded the new Connector/J from www.mysql.com ?? In which case ... See my annotations below > -Original Message- > From: Vaskin Kissoyan [mailto:[EMAIL PROTECTED]] > Sent: 06 September 2002 16:22 > To: [EMAIL PROT

RE: simple connection to MySQL

2002-09-07 Thread Christopher Watson
Vaskin I'm guessing (from the class name in your web.xml) you've just downloaded the new Connector/J from www.mysql.com ?? In which case ... See my annotations below > -Original Message- > From: Vaskin Kissoyan [mailto:[EMAIL PROTECTED]] > Sent: 06 September 2002 16:22 > To: [EMAIL PROT

Re: simple connection to MySQL

2002-09-07 Thread Sheraz Khan
hey dude u need to place the mysql driver called "mm.mysql-2.0.11-bin.jar" which has to then be placed in your applications "WEB-INF/lib/" dir. Then U have to declare your RDBMS datasource, which u have done, and matches with mine.. but i have also added a password. then... You need to de

Re: simple connection to MySQL

2002-09-06 Thread Alan Hodgkinson
Dear Vaskin > I've tried to follow the how-to's and tutorials on the net and in the > docs. Yup.. I tried that to and basically, everything went wrong! > Someone plase let me know what step I'm missing: There are a few things to check: > 0) > * Built 2.0.3 with all the samples and libs, i