RE: ODBC jar files

2011-10-25 Thread Jeffrey Janner
[mailto:barry.l.pro...@citi.com] Sent: Monday, October 24, 2011 3:36 PM To: Tomcat Users List Subject: RE: ODBC jar files Ok, thanks for that explanation. I'll test putting one in the WEB- INF/lib and see if I can connect to it that way. If so, I'll see where I need to go from there. -Original

RE: ODBC jar files

2011-10-25 Thread Propes, Barry L
] Sent: Tuesday, October 25, 2011 8:52 AM To: 'Tomcat Users List' Subject: RE: ODBC jar files Barry - I run an Oracle mixed environment and I can assure you that you will run into problems running ojdbc14.jar and connecting to your 11g database. In particular, you will see some odd errors related

Re: ODBC jar files

2011-10-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Barry, On 10/25/2011 10:04 AM, Propes, Barry L wrote: I did not take it out, but simply added the new ojdbc6.jar, to the lib, which from the sounds of things sounds like a bad idea (to add and have both in there). Yes, it is a bad idea. Classes

RE: ODBC jar files

2011-10-25 Thread Propes, Barry L
Yikes! I'll fix that right away. Thanks, Chris! -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Tuesday, October 25, 2011 9:49 AM To: Tomcat Users List Subject: Re: ODBC jar files -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Barry, On 10/25

RE: ODBC jar files

2011-10-24 Thread Propes, Barry L
To: Tomcat Users List Subject: RE: ODBC jar files From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Subject: RE: ODBC jar files I had web app A with a context file in its META-INF directory and web app B with a (different) context file in its META-INF directory. That's not related

ODBC jar files

2011-10-20 Thread Propes, Barry L
Question. Will it hurt to have two different odbc jar files in the lib folder? I've been connecting to a production server on Oracle10g for some time, and have had my context.xml file in the META-INF directory of one web app configured to hit this Oracle server. Our group just got a new

RE: ODBC jar files

2011-10-20 Thread Caldarale, Charles R
From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Subject: ODBC jar files Will it hurt to have two different odbc jar files in the lib folder? Which lib folder are you referring to? Tomcat's lib folder, or WEB-INF/lib of the webapp? If any class names are common to both jars, you

RE: ODBC jar files

2011-10-20 Thread Propes, Barry L
: Thursday, October 20, 2011 12:46 PM To: Tomcat Users List Subject: RE: ODBC jar files From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Subject: ODBC jar files Will it hurt to have two different odbc jar files in the lib folder? Which lib folder are you referring to? Tomcat's lib folder

Re: ODBC jar files

2011-10-20 Thread Ashish Kulkarni
PM To: Tomcat Users List Subject: RE: ODBC jar files From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Subject: ODBC jar files Will it hurt to have two different odbc jar files in the lib folder? Which lib folder are you referring to? Tomcat's lib folder, or WEB-INF/lib

RE: ODBC jar files

2011-10-20 Thread Propes, Barry L
is different, let alone the class name. I'll check those very carefully. Thanks! -Original Message- From: Ashish Kulkarni [mailto:ashish.kulkarn...@gmail.com] Sent: Thursday, October 20, 2011 2:07 PM To: Tomcat Users List Subject: Re: ODBC jar files If there are common classes

RE: ODBC jar files

2011-10-20 Thread Caldarale, Charles R
From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Subject: RE: ODBC jar files I had web app A with a context file in its META-INF directory and web app B with a (different) context file in its META-INF directory. That's not related to the classloader being used here. There's