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
you have the proper .jar file in the correct folder? > > -Original Message- > From: pablo.a.saave...@gmail.com [mailto:pablo.a.saave...@gmail.com] > Sent: Thursday, February 17, 2011 3:35 PM > To: users@tomcat.apache.org > Subject: Issue with JNDI datasources in Tomcat 6 > &

RE: Issue with JNDI datasources in Tomcat 6

2011-02-18 Thread Propes, Barry L
t.apache.org Subject: Issue with JNDI datasources in Tomcat 6 Hi, I'm trying to use JNDI datasources in Tomcat 6, using global naming resources. My setup is identical to this one: http://pro-programmers.blogspot.com/2008/07/spring-datasource-jndi-lookup-from.html But I keep getting null

Issue with JNDI datasources in Tomcat 6

2011-02-17 Thread pablo.a.saave...@gmail.com
Hi, I'm trying to use JNDI datasources in Tomcat 6, using global naming resources. My setup is identical to this one: http://pro-programmers.blogspot.com/2008/07/spring-datasource-jndi-lookup-from.html But I keep getting null when doing the lookup. I debugged the code a little and the problem se