Re: Permissions problem

Поиск
Список
Период
Сортировка
От Jonathan Mast
Тема Re: Permissions problem
Дата
Msg-id 85e352e10801030747m43137d37j2e7ed3a4ba0ceca@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Permissions problem  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
Ответы Re: Permissions problem
Список pgsql-jdbc
The software is:

Tomcat 5.5.17
Apache 1.3.33
Java 1.4.2
PostgreSQL 8.1.3

Let me clarify the situation:
Postgre, Apache/Tomcat, everything is on Linux boxes down at the server farm.

The webapp was developed on a Windows machine in the office.

When run locally (with Tomcat on the Windows box) the webapp connects correctly to the servers and accesses the pgsql database with no problems.

When deployed on the server, the webapp will not connect to pgsql.

Errors:
It will throw an SQLException, but I haven't found it too helpful, it basically says "Cannot connect to PostgreSQL" and thats it.

I think with the problem clearly described above maybe the list users can come up with some ideas, but I'll post the stack trace if not.

thanks again



On Jan 3, 2008 2:59 AM, Albe Laurenz < laurenz.albe@wien.gv.at> wrote:
Jonathan Mast wrote:
> I have developed a webapp using JSP and POJOs that accesses
> our production Postgre database.  On the Windows machine I
> developed it on, everything works fine: it connects to the
> database and performs the queries specified by the user in
> the web pages.
>
> When placed into production on our Linux boxes, it will not
> connect and I cannot figure out what the problem is.  I
> presume it is with permissions.  Other JSP webapps on our
> server successfully connect to Postgre, but using a legacy
> API I cannot get my head around.
>
> Again my question is: Why does this webapp work when ran from
> my Windows machine, but not from the Linux?

What error messages do you get? It's hard to guess what problem
you are experiencing.

Also, without knowing what software you use and which versions of it,
it will be nigh impossible to help.

Yours,
Laurenz Albe

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Timestamp problem
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Permissions problem