1) Check to make sure that it doesn't have a dependency that you are not including in the war. 2) Make sure that it's in WEB-INF/lib and nowhere else 3) Make sure that the jar is not corrupted by trying to extract it via tar xvf into some temp directory 4) Make sure that you have the name of the driver correct including package 5) Shutdown tomcat, clean out your Tomcat tmp and work directories and then server 6) If all else fails you consider an exciting new job as a .NET developer.
-----Original Message----- From: jeb001 [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 01, 2006 10:18 AM To: [email protected] Subject: Re: pb with oracle jdbc driver No it's not a war.. I've my webapps in the context path.. I'm developping. The jar file is certainly ok because it works in my junit tests with that file. -- View this message in context: http://www.nabble.com/pb-with-oracle-jdbc-driver-tf2032751.html#a5595285 Sent from the iBATIS - User - Java forum at Nabble.com.
