Re: Permission error

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Permission error
Дата
Msg-id 42448152.5000408@hogranch.com
обсуждение исходный текст
Ответ на Permission error  (Martin Seebach <martin@biplane.dk>)
Список pgsql-jdbc
Martin Seebach wrote:
> Using:
> Tomcat 4
> Jakarta Struts 1.2.4
> Sun J2SDK 1.4.2_7
> PostgreSQL 7.2.1
> PostgreSQL JDBC pg72jdbc2
>
> I can't connect and get this error in catalina.out:

test to see if you can connect with "psql -h localhost -u kumdb kumdb" from a
command line.   postgres does NOT default to supporting TCP connections, you
need to modify $PGDATA/postgresql.conf and $PGDATA/pg_hba.conf to allow this.

btw, and not actually an issue here, but, thats a really old pgsql, and you
really should upgrade to 7.4.7 or 8.0.1.



В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Martin Seebach
Дата:
Сообщение: Permission error
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: [Patch] JDBC3 Blob support