I am using Tomcat 3.1 along with Ant to build my projects...

Everything was working fine until I tried to access my database (mySQL - mm
driver)...

I first put the mm.jar file in the lib/ directory of my web app. It gets
copied to the right place when I deploy but the servlet engine can't load
it.

I also tried extracting the jar file under lib/ and moving the expanded
files to classes/ as well.

Still getting a 'Unable to load class org.gjt.mm.mysql.Driver' message when
accessing it...

Any ideas? What am I doing wrong?

Hunter

___________________________________________________________________________
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

Reply via email to