unable to connect mysql and jsp

2004-08-05 Thread Mahesh S
hi all, i'm using RH linux 9 and MySQL(3.23.54a-11) that comes with the distro. i have installed the latest jdbc driver (mysql-connector-java-3.0.14-production-bin.jar from the msql site) for mysql and also have set the CLASSPATH correctly. despite this, t he jsp application i'm running is

Re: unable to connect mysql and jsp

2004-08-05 Thread Jonathan Mangin
If you've installed the jar in $JAVA_HOME/lib/ext it shouldn't need to be referenced in $CLASSPATH. - Original Message - From: Mahesh S [EMAIL PROTECTED] To: my sql [EMAIL PROTECTED] Sent: Thursday, August 05, 2004 1:36 AM Subject: unable to connect mysql and jsp hi all, i'm using