Permissions problem - Mailing list pgsql-jdbc

From Jonathan Mast
Subject Permissions problem
Date
Msg-id 85e352e10801021102r6ff6a1bj60c4bfc652fa9a1e@mail.gmail.com
Whole thread Raw
Responses Re: Permissions problem  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
List pgsql-jdbc
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?

thanks,
Jonathan

pgsql-jdbc by date:

Previous
From: Håkan Jacobsson
Date:
Subject: Ang: Re: Postgres and Jboss using two postgresql databases
Next
From: Ken Johanson
Date:
Subject: Re: Patch for Statement.getGeneratedKeys()