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
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
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