Re: Issue with JNDI datasources in Tomcat 6

2011-02-21 Thread Mark Thomas
On 20/02/2011 23:37, pablo.a.saave...@gmail.com wrote: > Hi, I based myself on a Tomcat 5.5 tutorial because that's what I found on > the net. Try the real docs: http://tomcat.apache.org/tomcat-6.0-doc/jndi-resources-howto.html > I did put the driver jar file in the lib/ directory, which is the

Re: Issue with JNDI datasources in Tomcat 6

2011-02-20 Thread pablo.a.saave...@gmail.com
Hi, I based myself on a Tomcat 5.5 tutorial because that's what I found on the net. I did put the driver jar file in the lib/ directory, which is the place it belongs. I can see the datasources using lambda probe and if I debug the code the datasources are there, but the ref address of the JNDI ent

RE: Issue with JNDI datasources in Tomcat 6

2011-02-18 Thread Propes, Barry L
You said you set that up exactly as done in the link below, and the link below shows this near the top: Figure: Tomcat 5.5 directory structure DB_Driver.jar Question - if you're on Tomcat 6 series, why are you configuring to the 5.5 specs? I'm thinking they're done a bit differently. Maybe Chr