I'm having trouble connecting to MySQL using JNDI with Tomcat. I have
deleted my server.xml and started with a fresh copy. First, I made sure I
could connect to MySQL with a regular JDBC connection. Next, I added a
JDBC Realm using MySQL. That works fine. Finally, I added a JDBC resource
and
I'm not having much luck using JNDI to connect to MySQL from Tomcat using
MySQL Connector. I was working towards getting connection pooling working.
I get the following error when I try to connect to the data source:
javax.naming.NamingException: Exception creating DataSource:
org.hsql.jdbcDriv