your suggestion, please let me 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
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)
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]
WEB-INF/web.xml
META-IN