Re: Problems with Tomcat 5.0.27 and Simple JNDI Examples

2006-10-31 Thread David Smith
A couple of thoughts: 1. There should only be one mysql driver .jar file and it should be in common/lib. Please remove the one in your WEB-INF/lib directory 2. The driver org.gjt.mm.mysql.Driver is depricated (has been for a VERY long time). Update it to com.mysql.jdbc.Driver. 3. You might wa

Re: Problems with Tomcat 5.0.27 and Simple JNDI Examples

2006-10-31 Thread Mike Jackson
Hi David, On Tue, 31 Oct 2006, David Smith wrote: A couple of thoughts: 1. There should only be one mysql driver .jar file and it should be in common/lib. Please remove the one in your WEB-INF/lib directory 2. The driver org.gjt.mm.mysql.Driver is depricated (has been for a VERY long time).