Re: changing port numbers so pgbouncer can read geoserver and postgres - Mailing list pgsql-general

From John R Pierce
Subject Re: changing port numbers so pgbouncer can read geoserver and postgres
Date
Msg-id 52753255.8010709@hogranch.com
Whole thread Raw
In response to Re: changing port numbers so pgbouncer can read geoserver and postgres  (Adrian Klaver <adrian.klaver@gmail.com>)
List pgsql-general
On 11/2/2013 9:56 AM, Adrian Klaver wrote:
> Well, what I showed is supposition on my part and is not necessarily
> the truth. Part of the issue is discerning the truth of how
> information flows through the system, in particular what exactly
> is/are the application(s) talking to Postgres/pgBouncer. It is still
> unknown, at least to me, where geoserver fits into the above and
> whether it is connecting directly to Postgres or going through the
> Tomcat server. Once some sort of schematic for connection(current,
> desired) is provided then it would be possible to do as you suggest.
> The confusion from what I am following is that the "(application using
> PostgreSQL) --> port 5432 (Postgres)" part is not known.

tomcat itself has no database layer.  its purely a web appserver. the
java apps running on tomcat use JDBC to connect to a database server
like postgresql.



--
john r pierce                                      37N 122W
somewhere on the middle of the left coast



pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: changing port numbers so pgbouncer can read geoserver and postgres
Next
From: Tom Lane
Date:
Subject: Re: pg_dump with lots and lots of tables