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

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. Classe

RE: ODBC jar files

2011-10-25 Thread Propes, Barry L
lydyne.com] 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

RE: ODBC jar files

2011-10-25 Thread Jeffrey Janner
f > -Original Message- > From: Propes, Barry L [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

RE: ODBC jar files

2011-10-24 Thread Propes, Barry L
11 4:14 PM 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.

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

RE: ODBC jar files

2011-10-20 Thread Propes, Barry L
he package path 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 commo

Re: ODBC jar files

2011-10-20 Thread Ashish Kulkarni
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 li

RE: ODBC jar files

2011-10-20 Thread Propes, Barry L
.com] Sent: 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?

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 co

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