ptrehet wrote:
>
> I've got the same problem with a servlet using MySQL jdbc bridge.
> ClassNotFoundException : org.gjt.mm.mysql.Driver !
> If using jdbc-odbc, there are no problems !
> Well..
> If someone had an idea.
You must make sure the JDBC driver classes are included in the CLASSPATH
for the servlet engine. How the CLASSPATH is set for the engine varies
between products, but it's usually done through the Admin interface and/or
by editing property files for the engine.
The reason you don't need to do this for the JDBC-ODBC bridge is that the
JDBC-ODBC driver classes are included in the standard Java libraries.
--
Hans Bergsten [EMAIL PROTECTED]
Gefion Software http://www.gefionsoftware.com
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html