RE: Problem with PostgreSQL data source

2004-10-02 Thread Kyle Korndoerfer
#x27; or 'org.apache.commons.dbcp.BasicDataSourceFactory' in Tomcat, or building the connection manually in code (not configured in an App Server). How would I use Vic's suggesstion and use the pooled connection source from the PostgreSQL JDBC drivers? Thanks for the help giving my brain

Re: Problem with PostgreSQL data source

2004-10-02 Thread Kyle Korndoerfer
tContext.lookup( "java:/comp/env" ); DataSource ds = (DataSource)envContext.lookup( "jdbc/PostgreSQL" ); Connection conn = ds.getConnection(); //etc. = snippet == > pgSQL rocks! I agree, which is why I really want to get this working! Thanks for the help! > >

Re: Problem with PostgreSQL data source

2004-09-28 Thread Kyle Korndoerfer
hat makes any difference. Hopefully it will, since I'm still utterly stumped... Thanks for the help so far. -={ Kyle }=- --- Paul Woods <[EMAIL PROTECTED]> wrote: > On Mon, 2004-09-27 at 20:57, Kyle Korndoerfer wrote: > > OK, so my idea (recently upgraded Tomcat to 5.0.28 thinking

Re: Problem with PostgreSQL data source

2004-09-27 Thread Kyle Korndoerfer
it must be something simple. -={ Kyle }=- --- Kyle Korndoerfer <[EMAIL PROTECTED]> wrote: > Sorry for not being clear... > > PostgreSQL is running on the SuSE box (where the website will > eventually be running, fonrted by Apache). > > I am developing on my Windows