-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mohammed,
Mohammed Zabin wrote: > I put the jar file in my WEB-INF/lib and CATALINA_HOME/lib and CLASSPATH, > but nothing changed, I got the same error No, you are getting a different error. The first one was ClassNotFoundException. Now, you are getting: >>>> org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create >>>> JDBC driver of class '' for connect URL 'null' Those are not the same. Search the archives for "Cannot create JDBC driver of class ''" and I'm sure you'll find this question answered hundreds of times over. It usually turns out to be an incorrect JDBC URL or an incorrect driver class name. Please check these over /carefully/: >>>> driverClassName="oracle.jdbc.OracleDriver" >>>> url="jdbc:oracle:thin:@127.0.0.1:1521:orcldb" For instance, I usually see "oracle.jdbc.driver.OracleDriver" instead of what you have above. - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGVvxA9CaO5/Lv0PARArmAAJsEdBWX6X0TcjTLZ30hFYNjACEAZQCgr9+d 7ag9qjj7Q+Uxg23E0P21XyU= =EAkm -----END PGP SIGNATURE----- --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]