Re: JNDI Datasource Problem

2007-04-02 Thread Melih Onvural
I tried it both ways. Once my resource wasn't defined globally at all, but it was defined under the Context. Next, my resource was defined only globally and not under the context. Is that the problem? Should it be global and under the context? I'm using the test.jsp file and the standard-taglibs.j

Re: JNDI Datasource Problem

2007-04-02 Thread Melih Onvural
have mysql-connector-java-5.0.5-bin.jar in {CATALINA_HOME}\common\lib On 4/2/07, Melih Onvural <[EMAIL PROTECTED]> wrote: I've read through every archive that I can find, and I've tried every suggestion that I've seen including the tutorials on the Tomcat sit

JNDI Datasource Problem

2007-04-02 Thread Melih Onvural
I've read through every archive that I can find, and I've tried every suggestion that I've seen including the tutorials on the Tomcat site. I'm using 5.5.x, and I can't connect to the database. This is killing me. I've pasted my server.xml, context.xml, and web.xml files here. Any help would be he