RE: JDBC/JNDI problem, continued

2002-03-18 Thread George M. Coles
Hello, I have had the same problem. Null returning from JNDI lookup. The very same web.xml works in other appservers, and my server.xml is extremely straightforward. I was using db2. -Original Message- From: Nikola Milutinovic [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18,

null DataSource when trying to get JNDI InitialContext

2002-02-14 Thread George M. Coles
Hi all, I am using tomcat for the firs time. I have v. 4.02, using jdk 1.4. I am attempting to deploy my app, which uses JNDI to look up a connection for its data access. I am using DB2 I have placed the db2 jdbc zip file in my WEB-INF/libs dir. My server.xml looks like this:

RE: null DataSource when trying to get JNDI InitialContext

2002-02-14 Thread George M. Coles
InitialContext Hi, I'm not sure if it matters, but did you try giving the name of the driver class separated by periods instead of slashes, e.g. com.ibm.db2.jdbc.app.DB2Driver ? Yoav Shapira George M. Coles wrote: Hi all, I am using tomcat for the firs time. I have v. 4.02, using jdk 1.4

RE: null DataSource when trying to get JNDI InitialContext

2002-02-14 Thread George M. Coles
when trying to get JNDI InitialContext On Thu, 14 Feb 2002, George M. Coles wrote: Date: Thu, 14 Feb 2002 15:53:17 -0500 From: George M. Coles [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: null DataSource when trying