Re: [GENERAL] problem with jdbc connection to postgesql

2004-02-03 Thread Paul Thomas
On 03/02/2004 15:45 Phil Campaigne wrote: Hi All, I am seting up my web app with a tomcat/postgresql hosting service. From my psql client I type psql and then I am asked for my password. This logs me into my hosted database just fine. However, I can't log on from my webapp to the database thru j

Re: [GENERAL] problem with jdbc connection to postgesql

2004-02-03 Thread Dirk Försterling
Phil Campaigne wrote: my psql client I type psql and then I am asked for my password. This logs me into my hosted database just fine. Ok. This is probably localhost, 127.0.0.1 and the username defaults to your login name. However, I can't log on from my webapp to the database thru jdbc like I ---

[GENERAL] problem with jdbc connection to postgesql

2004-02-03 Thread Phil Campaigne
Hi All, I am seting up my web app with a tomcat/postgresql hosting service. From my psql client I type psql and then I am asked for my password. This logs me into my hosted database just fine. However, I can't log on from my webapp to the database thru jdbc like I could when my webapp/Tomcat/po