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

Reply via email to