I'm using the binary download of tomcat 4.1.7
my own build of dbcp 1.1 and pool 1.1
for oracle I'm using ojdbc14.jar (oracle9 driver for jdk 1.4)

But your problem "Cannot create JDBC driver of class '' for connect URL 'null'"
is a JNDI configuration problem.
The driverClassName parameter isn't found and the URL is also null.

If you are running on linux then you probably want to change
docBase="D:/Tomcat/webapps/NIMS"

Otherwise linux doesn't need anything special (don't forget to set LD_LIBRARY_PATH if you switch from thin to oci driver).

Did you try my showJNDI jsp page?
It should should JNDI config as it it visible by the webapp.

-- Dirk

Omkar Joshi wrote:
Hi Dirk,

What configuration are you using for tomcat 4.1.27 ?

do i need different oracle drivers and dbcp drivers ?

I am running on linux with tomcat 4.1.24.


--Omkar



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to