We're using the 11.2.0.1 oracle jar with the seperate commons-dbcp 1.4 without any problems
or modifications. This is with 6.0.24 and 6.0.20 under 1.6.0_18 on centos 5.
-Tony
Sent from my Windows® phone.
-----Original Message-----
From: Mark Shifman <mark.shifman@yale.edu>
Sent: Tuesday, March 02, 2010 6:08 PM
To: Tomcat Users List <users@tomcat.apache.org>
Subject: Re: DB connection error -Tomcat 6 config
Propes, Barry L wrote:
> I wonder now...should I perhaps be using this jar? ojdbc6.jar ?
>
> Has anyone upgraded their Oracle drivers that's using TC 6 and JDK 1.6?
>
> If anyone has used these environments together and needed to make the change, please
apprise.
>
I am using ojdbc6.jar with tomcat 6 (two different versions) and it
works just fine. I am using dbcp that comes with tomcat 6 without any
problems.
There were some things that weren't implemented correctly/well in
ojdbc14, which work with ojdbc6, some calls for getting metadata from
prepared
statements or result sets (can't remember the exact details). ojdbc6
seems to work just fine.
mas
> Thanks,
>
> Barry
>
> -----Original Message-----
> From: Propes, Barry L [GCG-NAOT]
> Sent: Tuesday, March 02, 2010 9:50 AM
> To: 'Tomcat Users List'
> Subject: RE: DB connection error -Tomcat 6 config
>
> Really? Well, when I was implementing connection pooling in 4.1.31, I specifically remember
having to use ojdbc14_g.jar instead of ojdbc14.jar to successfully get the conn pooling to
work.
>
> I'll swap out the ojdbc14_g.jar for the ojdbc14.jar and just use the latter and see
if that works.
>
> Thanks, Karthik.
>
> -----Original Message-----
> From: Karthik Nanjangude [mailto:karthik.nanjangude@xius-bcgi.com]
> Sent: Monday, March 01, 2010 10:59 PM
> To: Tomcat Users List
> Subject: RE: DB connection error -Tomcat 6 config
>
> Hi
>
> Please double check the "ojdbc14.jar" size, Some times I find the jar files corrupt due
to various reasons.
>
> Also check only 1 copy of this 'jar' exists in "/TOMCAT6.0.2.0/lib" directory and make
sure the same does not exist within the web application.
>
> ojdbc14_g.jar is used for advance debug purpose, although it works try with normal ojdbc14.jar
>
>
>
>
> With regards
> karthik
>
> -----Original Message-----
> From: Propes, Barry L [mailto:barry.l.propes@citi.com]
> Sent: Tuesday, March 02, 2010 4:44 AM
> To: 'Tomcat Users List'
> Subject: RE: DB connection error -Tomcat 6 config
>
> Sorry, no.
>
> webapps/chngctrl/META-INF/context.xml.
>
> Thanks, Chuck.
>
> -----Original Message-----
> From: Caldarale, Charles R [mailto:Chuck.Caldarale@unisys.com]
> Sent: Monday, March 01, 2010 4:29 PM
> To: Tomcat Users List
> Subject: RE: DB connection error -Tomcat 6 config
>
>
>> From: Propes, Barry L [mailto:barry.l.propes@citi.com]
>> Subject: RE: DB connection error -Tomcat 6 config
>>
>> If I try to reference the resource reference in the
>> webapps/META-INF/context.xml file,
>>
>
> Is that the real location? If so, it's not valid. The webapps directory is the default
directory under which each webapp is normally deployed; there must be a webapp name between
"webapps" and "META-INF" (e.g., ROOT). Any other construct is incorrect.
>
> - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and
is thus for use only by the intended recipient. If you received this in error, please contact
the sender and delete the e-mail and its attachments from all computers.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|