Re: help regd mysql jdbc driver

2001-03-31 Thread Match Grun
You installed the driver in: /usr/local/mysql/mm.mysql.jdbc-1.2c/mysql_comp.jar right? Then why does your classpath path hav: CLASSPATH=${CLASSPATH}:~usr/local... Should it not read: CLASSPATH=${CLASSPATH}:/usr/local... Replace the tilde with a slash. It seems that

Re: help regd mysql jdbc driver

2001-03-31 Thread Rob Tanner
All you need to do is put mysql_comp.jar in lib/ext in the jre. The extensions directory is automatically searched and need never be declared as part of a classpath. -- Rob --On Friday, March 30, 2001 11:33:11 PM -0800 mahi [EMAIL PROTECTED] wrote: Sir, Presently we are working to

help regd mysql jdbc driver

2001-03-30 Thread mahi
Sir,Presently we are working to upload jsp files.we are doing this process through VPS,using apache tomcat server,mysql database and mm jdbc driver. we have included classpath in the tomcat.sh file as follows:

help regd mysql jdbc driver

2001-03-30 Thread mahi
Sir,Presently we are working to upload jsp files.we are doing this process through VPS,using apache tomcat server,mysql database and mm jdbc driver. we have included classpath in the tomcat.sh file as follows: