Re: Tomcat 5.5, getting exception while creating database driver instance

2009-06-24 Thread Kyle Bahr
og. I've tried changing the log4j.properties to capture the error, but still nothing is getting logged. I don't know where to find the exact level of Tomcat. I'm using java 1.6.0. Caldarale, Charles R wrote: From: Kyle Bahr [mailto:kb...@rogue-engr.com] Subject: Tomcat 5.5, ge

Tomcat 5.5, getting exception while creating database driver instance

2009-06-24 Thread Kyle Bahr
Hello all, I'm running Tomcat 5.5 on a linux (CentOS) box and attempting to implement a set of web services (.jws). I'm getting an exception thrown when trying to instantiate a mysql database driver using the line of code: Class.forName("com.mysql.jdbc.Driver").newInstance(); I am using th