Re: jdbc driver location in TC 7

2012-03-26 Thread Torsten Krah
Am Montag, den 26.03.2012, 05:30 -0600 schrieb Terence M. Bandoian: > Apparently, Tomcat (6.0.29) takes care of that if the > driver is located in the Tomcat lib directory but not if it is > located > in web application's lib directory. Tomcat does not take care afaik - the classloader is not t

Re: jdbc driver location in TC 7

2012-03-26 Thread Pid
gt;>>> On 3/23/2012 6:51 PM, Terence M. Bandoian wrote: >>>>>> On 1:59 PM, David kerber wrote: >>>>>>> On 3/23/2012 11:19 AM, Caldarale, Charles R wrote: >>>>>>>>> From: David kerber [mailto:dcker...@verizon.net] >>&

Re: jdbc driver location in TC 7

2012-03-26 Thread Terence M. Bandoian
es R wrote: From: David kerber [mailto:dcker...@verizon.net] Subject: jdbc driver location in TC 7 Where is the recommended location for jdbc driver jars in TC7, when I'm using separate CATALINA_HOME and CATALINA_BASE locations? If you look in conf/catalina.properties, you'll see the order

Re: jdbc driver location in TC 7

2012-03-26 Thread Terence M. Bandoian
es R wrote: From: David kerber [mailto:dcker...@verizon.net] Subject: jdbc driver location in TC 7 Where is the recommended location for jdbc driver jars in TC7, when I'm using separate CATALINA_HOME and CATALINA_BASE locations? If you look in conf/catalina.properties, you'll see the order

Re: jdbc driver location in TC 7

2012-03-25 Thread Pid *
3/23/2012 11:19 AM, Caldarale, Charles R wrote: >>>>>>> From: David kerber [mailto:dcker...@verizon.net] >>>>>>> Subject: jdbc driver location in TC 7 >>>>>>> Where is the recommended location for jdbc driver jars in TC7, >>>&

Re: jdbc driver location in TC 7

2012-03-24 Thread Terence M. Bandoian
On 1:59 PM, Pid * wrote: On 23 Mar 2012, at 21:59, David Kerber wrote: On 3/23/2012 6:51 PM, Terence M. Bandoian wrote: On 1:59 PM, David kerber wrote: On 3/23/2012 11:19 AM, Caldarale, Charles R wrote: From: David kerber [mailto:dcker...@verizon.net] Subject: jdbc driver location in TC 7

Re: jdbc driver location in TC 7

2012-03-24 Thread Pid *
On 23 Mar 2012, at 21:59, David Kerber wrote: > On 3/23/2012 6:51 PM, Terence M. Bandoian wrote: >> On 1:59 PM, David kerber wrote: >>> On 3/23/2012 11:19 AM, Caldarale, Charles R wrote: >>>>> From: David kerber [mailto:dcker...@verizon.net] >>&g

Re: jdbc driver location in TC 7

2012-03-23 Thread David Kerber
On 3/23/2012 6:51 PM, Terence M. Bandoian wrote: On 1:59 PM, David kerber wrote: On 3/23/2012 11:19 AM, Caldarale, Charles R wrote: From: David kerber [mailto:dcker...@verizon.net] Subject: jdbc driver location in TC 7 Where is the recommended location for jdbc driver jars in TC7, when I&#

Re: jdbc driver location in TC 7

2012-03-23 Thread Terence M. Bandoian
On 1:59 PM, David kerber wrote: On 3/23/2012 11:19 AM, Caldarale, Charles R wrote: From: David kerber [mailto:dcker...@verizon.net] Subject: jdbc driver location in TC 7 Where is the recommended location for jdbc driver jars in TC7, when I'm using separate CATALINA_HOME and CATALINA

Re: jdbc driver location in TC 7

2012-03-23 Thread David kerber
On 3/23/2012 11:19 AM, Caldarale, Charles R wrote: From: David kerber [mailto:dcker...@verizon.net] Subject: jdbc driver location in TC 7 Where is the recommended location for jdbc driver jars in TC7, when I'm using separate CATALINA_HOME and CATALINA_BASE locations? If you look in

RE: jdbc driver location in TC 7

2012-03-23 Thread Caldarale, Charles R
> From: David kerber [mailto:dcker...@verizon.net] > Subject: jdbc driver location in TC 7 > Where is the recommended location for jdbc driver jars in TC7, > when I'm using separate CATALINA_HOME and CATALINA_BASE locations? If you look in conf/catalina.properties, you'll

jdbc driver location in TC 7

2012-03-23 Thread David kerber
Kind of related to the upgrade issue I ran into yesterday: Where is the recommended location for jdbc driver jars in TC7, when I'm using separate CATALINA_HOME and CATALINA_BASE locations? If it makes a difference, I am not using tomcat's connection pooling; it's handled in my app. I genera