From: | Kris Jurka <books(at)ejurka(dot)com> |
---|---|
To: | tgutierrez(at)unipamplona(dot)edu(dot)co |
Cc: | "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: error - driver -- postgresql 7.4.2 --Suse 9.0 |
Date: | 2004-10-04 23:01:04 |
Message-ID: | Pine.BSO.4.56.0410041758540.6548@leary.csoft.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
On Mon, 4 Oct 2004 tgutierrez(at)unipamplona(dot)edu(dot)co wrote:
> greetings
>
> I have the following error when connecting from tomcat, appears to me:
The error message is pretty clear:
> Connection refused. Check that the hostname and port is correct, and that
> the postmaster is running with the -i flag, which enables TCP/IP
> networking.
This message is perhaps outdated as the more recommended method of
enabling tcp/ip connections is by enabling tcpip_socket in
postgresql.conf.
> driver that we used is: jdbc7.1-1.2.jar
This is unrelated to your immediate problem, but if you are using a 7.4
server you should also be using a 7.4 jdbc driver.
Kris Jurka
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Cramer | 2004-10-04 23:06:22 | Re: error - driver -- postgresql 7.4.2 --Suse 9.0 |
Previous Message | tgutierrez | 2004-10-04 22:48:31 | error - driver -- postgresql 7.4.2 --Suse 9.0 |