odbc is required only when odbs bridge is used.
if you are using jdbc for oracle, odbc jar is not required.
correct me if i am wrong.

vraj

On 8/30/06, Propes, Barry L <[EMAIL PROTECTED]> wrote:
I had a similar problem....you need the ojdbc.jar file, or more specifically, 
the ojdbc14_g.jar file.

-----Original Message-----
From: Mallik [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 30, 2006 6:04 AM
To: users@tomcat.apache.org
Subject: CLASSPATH problem on tomcat5.5.x



HI Friends
i am new to this group and tomcat too.....
i have downloaded tomcat5.5.x and jdk1.5 and i have oracle8i
just i started a sample application which has database connection.....
but it is throwing exception called:ClassNotFoundException for
Class.forName("oracle.jdbc.driver.OracleDriver");
Connection conn =
DriverManager.getConnection("jdbc:oracle:thin:@localhost:1521:databaseName","username","password");
......
.....
why this is ?
i have placed classes12.zip, classes111.zip and classes102.zip in
tomcatRoot/common/lib
it is not working
and i tried by placing in appDir/WEB-INF/lib
but same Exception
what is the problem ? where i am going worng? Is it compatability
problem....?
it is working well on Weblogic8.0 i am not getting the reason........
plw let me know.......

--
View this message in context: 
http://www.nabble.com/CLASSPATH-problem-on-tomcat5.5.x-tf2189178.html#a6056691
Sent from the Tomcat - User forum at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
The first right of human is the right of EGO.
--
http://www.xperienceexperience.blogspot.com

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to