Jeremy, You are mixing up MySql and HSqlDb driver. The Mysql driver's name is "com.mysql.jdbc.Driver".
Aloha Robert Von meinem iPad gesendet Am 02.09.2013 um 05:21 schrieb Jeremy Villalobos <[email protected]>: > Hello: > > I have a simple app that uses Mysql (org.hsqldb.jdbcDriver) > > The app works as expected when running from Jetty, but when I create the > war and install it on tomcat, I get the error > > No suitable driver found for jdbc:mysql://192.168.2.33:3306/dbname > > I have the jar > mysql-connector-java-5.1.9.jar in the war. > > I moved it to tomcat's lib, and to the jre lib trying to get it to work (as > it did for people with a similar problem) > > I am using the tapestry-hibernate dependency to access the database with > hibernate. > > I suppose Jelly must be doing something for me that Tomcat isn't, but I am > not sure what. > > -- > Jeremy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
