Re: CLASSPATH problem on tomcat5.5.x

2006-09-07 Thread Raju Balugu
it) before mine would work, and mine's configured almost exactly like his. -Original Message- From: Viraj Turakhia [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 30, 2006 9:45 AM To: Tomcat Users List Subject: Re: CLASSPATH problem on tomcat5.5.x odbc is required only when odbs br

RE: CLASSPATH problem on tomcat5.5.x

2006-08-30 Thread Propes, Barry L
06 9:45 AM To: Tomcat Users List Subject: Re: CLASSPATH problem on tomcat5.5.x 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 sim

Re: CLASSPATH problem on tomcat5.5.x

2006-08-30 Thread Viraj Turakhia
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 problemyou need the ojdbc.jar file, or more specifically, the ojdbc14_g.jar file

RE: CLASSPATH problem on tomcat5.5.x

2006-08-30 Thread Propes, Barry L
I had a similar problemyou 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 a

Re: CLASSPATH problem on tomcat5.5.x

2006-08-30 Thread Viraj Turakhia
renaming would not work.. you will have to unzip zipped files and put jars in lib directory. (provided zipped files has jar files :) ) vraj On 8/30/06, Mark Thomas <[EMAIL PROTECTED]> wrote: Mallik wrote: > why this is ? > i have placed classes12.zip, classes111.zip and classes102.zip in > tomc

Re: CLASSPATH problem on tomcat5.5.x

2006-08-30 Thread Mallik
HI Friends thanks a lot now it is working i just wasted 3 days on this thanku friends -- View this message in context: http://www.nabble.com/CLASSPATH-problem-on-tomcat5.5.x-tf2189178.html#a6057382 Sent from the Tomcat - User forum at Nabble.com. -

Re: CLASSPATH problem on tomcat5.5.x

2006-08-30 Thread Mark Thomas
Mallik wrote: > why this is ? > i have placed classes12.zip, classes111.zip and classes102.zip in > tomcatRoot/common/lib > it is not working Try renaming the .zip files to .jar See http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html and search for zip in the text, HTH,

Re: CLASSPATH problem on tomcat5.5.x

2006-08-30 Thread David Smith
The classloader is most likely skipping over your .zip files. I believe there are newer JDBC drivers from Oracle packaged as .jar files. Try one of those. --David Mallik wrote: HI Friends i am new to this group and tomcat too. i have downloaded tomcat5.5.x and jdk1.5 and i have oracle8

Re: CLASSPATH problem on tomcat5.5.x

2006-08-30 Thread Viraj Turakhia
why zipped files? i feel, you will have to unzip them and put jar files in lib directory vraj On 8/30/06, Mallik <[EMAIL PROTECTED]> wrote: 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 whi