Thanks, Mark - for now I'm trying Tomcat-only pooling (first part of
that aforementioned wiki page) just hoping I can get a datasource
connection...if that works I may go on to the Hib/c3p0 bit.
- Jeff
On 5/14/10 3:19 PM, Mark Eggers wrote:
I'm not familiar with the earlier versions of Hibern
I'm not familiar with the earlier versions of Hibernate, so I can't reliably
comment.
However, the principles should be the same even if some of the names have
changed.
If you are relying on Hibernate for database connections and database pooling,
then you'll want to put all of that informatio
> From: Jeff Hubbs [mailto:jhubbsl...@att.net]
> Subject: Re: Porting app from Tomcat 5.0.28 to 6.0.26
>
> Did Tomcat sprout this ability during the years between
> 5.0.28 and 6.0.26
No, Tomcat has done DB connection pooling for ages.
> should I abandon c3p0 entirely?
Pro
> From: Jeff Hubbs [mailto:jhubbsl...@att.net]
> To: Tomcat Users List
> Subject: Re: Porting app from Tomcat 5.0.28 to 6.0.26
>
> Also, this wiki says " Hibernate ships with the CP30 connection pooling
> classes, so as long as the Hibernate jars are in WEB-INF/lib directo
-- On Thu, 5/13/10, Jeff Hubbs wrote:
From: Jeff Hubbs
Subject: Porting app from Tomcat 5.0.28 to 6.0.26
To: "Tomcat Users List"
Date: Thursday, May 13, 2010, 12:55 PM
Hello -
I have a DB2-backed legacy app on a legacy platform that
I'm trying to modernize. My objective is to mod
de
--- On Thu, 5/13/10, Jeff Hubbs wrote:
From: Jeff Hubbs
Subject: Porting app from Tomcat 5.0.28 to 6.0.26
To: "Tomcat Users List"
Date: Thursday, May 13, 2010, 12:55 PM
Hello -
I have a DB2-backed legacy app on a legacy platform that
I'm trying to modernize. My objecti
On 13/05/2010 20:55, Jeff Hubbs wrote:
> Hello -
Please start an entirely new message when posting to the list rather
than editing a reply to another email. This is called thread-hijacking.
p
> I have a DB2-backed legacy app on a legacy platform that I'm trying to
> modernize. My objective is
Hubbs wrote:
> From: Jeff Hubbs
> Subject: Porting app from Tomcat 5.0.28 to 6.0.26
> To: "Tomcat Users List"
> Date: Thursday, May 13, 2010, 12:55 PM
> Hello -
>
> I have a DB2-backed legacy app on a legacy platform that
> I'm trying to modernize. My objecti
Hello -
I have a DB2-backed legacy app on a legacy platform that I'm trying to
modernize. My objective is to modernize the platform underneath the app
(Gentoo Linux for now, Tomcat 6.0.26, Sun JDK 1.6.0.20) and do so in a
way that a longtime Java/Tomcat integrator would readily recognize (I'm