Re: Postgresql JDBC: NoAvailableConnectionException

2002-03-07 Thread Donald Ball
On Thu, 7 Mar 2002 [EMAIL PROTECTED] wrote: > 1- I changed the datasource name (or pool name) to 'gesupply' (the name of > the database) from 'personnel'. Is this needed normally? you normally create a datasource with an appropriate name. the sample is named 'personnel' since it's for a fictiti

Re: Postgresql JDBC: NoAvailableConnectionException

2002-03-07 Thread tvon
Nevermind, it works now. 1- I changed the datasource name (or pool name) to 'gesupply' (the name of the database) from 'personnel'. Is this needed normally? 2- (and what, as a newbie, I think really fixed it) I started Tomcat from the "startup.bat" shortcut instead of starting it from the NT Se

Postgresql JDBC: NoAvailableConnectionException

2002-03-07 Thread tvon
Hey all, Ok, I'm new at this whole thing, and somewhat new at java as well, so please be patient with me Goal: to get a basic SELECT statement to work on a PostgreSQL database with the ESQL example. Known: 1- PGSQL server is on 192.168.100.3 2- Database is 'gesupply' 3- Sample ja