You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Raju Balugu <ra...@gmail.com> on 2006/09/07 22:54:44 UTC

Re: CLASSPATH problem on tomcat5.5.x

Hi put those jar files in common.loader in catalina.properties file under
tomcat/conf directory and try and let us know .


On 8/30/06, Propes, Barry L <ba...@citigroup.com> wrote:
>
> Not sure about that. But perhaps he'd need this one.
>
> ojdbc14.jar.
>
> I copied the wrong one. I did (need it) before mine would work, and mine's
> configured almost exactly like his.
>
>
> -----Original Message-----
> From: Viraj Turakhia [mailto:virajturakhia@gmail.com]
> 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 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 <ba...@citigroup.com> 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:malli345@yahoo.com]
> > 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: users-unsubscribe@tomcat.apache.org
> > For additional commands, e-mail: users-help@tomcat.apache.org
> >
> >
> > ---------------------------------------------------------------------
> > To start a new topic, e-mail: users@tomcat.apache.org
> > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> > For additional commands, e-mail: users-help@tomcat.apache.org
> >
> >
>
>
> --
> 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: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>