RE: JNDI configuration in webapp/META-INF/context.xml

2008-09-14 Thread walterw
know what else to try. I am running Tomcat 6.0.18 on Linux. Thanks, Walter Caldarale, Charles R wrote: From: walterw [mailto:[EMAIL PROTECTED] Subject: JNDI configuration in webapp/META-INF/context.xml Here is the configuration I am using: context reloadable=true It's Context

JNDI configuration in webapp/META-INF/context.xml

2008-09-13 Thread walterw
Hi all, I have tried setting up JNDI for my web application inside the applicaton's WAR file itself to no avail. If I use the same configuration, but put it in my server's context.xml, it works fine. Here is the configuration I am using: [code] ?xml version=1.0 encoding=US-ASCII? !--

RE: JNDI configuration in webapp/META-INF/context.xml

2008-09-13 Thread walterw
Hi, Thanks for your reply, but I am still getting the same error. [code] Caused by: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null' at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1150)