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
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).
Hi folks,
I have been trying to get to grips with JNDI but cannot get data sources or
bean factories - using the standard examples in the Tomcat user doc - but
cannot get hardly anything to work.
I have the following declared in TOMCAT/webapps/axis/WEB-INF/web.xml after the
element and bef