The system classpath is not used. The Tomcat startup scripts create
their own classpath. 

Put the jar containing your JDBC driver in /usr/local/catalina/lib to
share it with all of your webapps. If it is only needed with one
webapp, put it in /path/to/webapp/WEB-INF/lib.

-August



--- Galbayar <[EMAIL PROTECTED]> wrote:
> copy jar files into $JAVA_HOME/jre/lib/ext directory
> or put jar files into $CLASSPATH variable
> 
> ----- Original Message -----
> From: "Stephen Clarke" <[EMAIL PROTECTED]>
> To: "tomcat" <[EMAIL PROTECTED]>
> Sent: Tuesday, January 29, 2002 08:41
> Subject: mm.mysql driver
> 
> 
> > Can anyone help me set up the MySQL drivers for Java. I have it
> working in
> > stand alone programs. But in Tomcat  I get error message
> >
> > org.gjt.mm.mysql.Driver
> >
> > which is supposed to be the name of the driver.
> >
> > Grateful for any assistance. Thanks.
> >
> >
> > --
> > To unsubscribe:  
> <mailto:[EMAIL PROTECTED]>
> > For additional commands:
> <mailto:[EMAIL PROTECTED]>
> > Troubles with the list:
> <mailto:[EMAIL PROTECTED]>
> >
> >
> >
> 
> 
> 
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
> 


__________________________________________________
Do You Yahoo!?
Great stuff seeking new owners in Yahoo! Auctions! 
http://auctions.yahoo.com

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to