Re: Permissions problem

From: "Albe Laurenz" <laurenz(dot)albe(at)wien(dot)gv(dot)at>
To: "Jonathan Mast *EXTERN*" <jonathan(dot)h(dot)mast(at)gmail(dot)com>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Permissions problem
Date: 2008-01-03 07:59:37
Message-ID: D960CB61B694CF459DCFB4B0128514C2BCABED@exadv11.host.magwien.gv.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jake Aderholdt 2008-01-03 12:46:26 JDBC driver class
Previous Message Ken Johanson 2008-01-03 06:22:41 Re: Patch for Statement.getGeneratedKeys()