RE: Cannot create JDBC driver tomcat-6.0.26

2011-11-14 Thread Propes, Barry L
And maybe use a different driver? Or ensure you have the correct one? Okay, I'm going to ignore your first report, then, since this one seems more plausible. > Caused by: java.lang.NullPointerException at > sun.jdbc.odbc.JdbcOdbcDriver.getProtocol(JdbcOdbcDriver.java:507) > at sun.jdbc.odbc.Jd

Re: Cannot create JDBC driver tomcat-6.0.26

2011-11-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Micheal, On 11/14/11 9:17 AM, Michael Strupp wrote: > I'm using Tomcat 6.0.26 on Windows 7 and want to establish > database access with jdbc to a mysql-DB. There is another servlet > project running in the same tomcat using the same DB Connection and

Cannot create JDBC driver tomcat-6.0.26

2011-11-14 Thread Michael Strupp
Hello I'm using Tomcat 6.0.26 on Windows 7 and want to establish database access with jdbc to a mysql-DB. There is another servlet project running in the same tomcat using the same DB Connection and the access for this project runs fine. So I thought that it's good to access the db like in the