You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Paul Downs <pa...@positive-internet.com> on 2001/09/13 15:53:20 UTC

Re: Mysql connection error

Hi,

> java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver

  Where is the org.gjt jar file?  It is simpler (seeing as it is such a 
widely used jdbc driver) to put this in the central class path, if you 
whack it in $TOMCAT_HOME/lib it will be automatically added, or at least it 
definately is in linux.

Paul