Re: Problem configuring JDBC DataSource Tomcat 5.5.23 / MySQL 5.0

2007-11-08 Thread NBW
For the record I discovered the problem. Somehow there was a context.xml file located in %TOMCAT_HOME%\conf\Catalina\localhost for my web apps context which contained an empty node. Once I deleted that one and redeployed the correct context.xml was put in there. Not sure why the one from my webap

Re: Problem configuring JDBC DataSource Tomcat 5.5.23 / MySQL 5.0

2007-11-08 Thread NBW
Hi Gabe, I'd seen those instructions and that was one of the first things I tried but I'm still getting the same exception. I've tried placing mysql-connector-java-5.1.5-bin.jar in %TOMCAT_HOME%/common/lib. I've also tried with it just in my web app's lib directory and I've tried with it in both l

Re: Problem configuring JDBC DataSource Tomcat 5.5.23 / MySQL 5.0

2007-11-08 Thread Gabe Wong
NBW wrote: Hi, I'm having difficulty configuring a container managed JDBC resource. I've read several posts in the tomcat-users archives (discussing similar issues) as well as the documentation at: http://tomcat.apache.org/tomcat-5.5-doc/jndi-resources-howto.html The MySQL driver JAR is deplo

Problem configuring JDBC DataSource Tomcat 5.5.23 / MySQL 5.0

2007-11-08 Thread NBW
Hi, I'm having difficulty configuring a container managed JDBC resource. I've read several posts in the tomcat-users archives (discussing similar issues) as well as the documentation at: http://tomcat.apache.org/tomcat-5.5-doc/jndi-resources-howto.html My environments looks like this: Tomcat 5.5