Help with Tomcat and mm.mql driver

2002-05-16 Thread David
Hello all, Hopefully this is an easy one... I am trying to connect to mysql from a servlet running on Tomcat 4.0.3. I have the mm.mysql driver installed and it works fine from within a Java console app. When I run the servlet I get the following error: java.sql.SQLException: No suitable driver

Re: Help with Tomcat and mm.mql driver

2002-05-16 Thread peter . brawley
David, Hello all, Hopefully this is an easy one... I am trying to connect to mysql from a servlet running on Tomcat 4.0.3. I have the mm.mysql driver installed and it works fine from within a Java console app. When I run the servlet I get the following error: java.sql.SQLException: No

RE: Help with Tomcat and mm.mql driver

2002-05-16 Thread David
Hey guys, Thanks for your help, I managed to get it working! I had previously dropped the jar file in tomcat\lib but was still getting class not found errors. Just for kicks I rebooted and it started working (I had previously just tried restarting Tomcat). Go figure... Thanks again! -- To