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
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
---
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