Re: changing port numbers so pgbouncer can read geoserver and postgres

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: changing port numbers so pgbouncer can read geoserver and postgres
Date: 2013-11-02 17:11:49
Message-ID: 52753255.8010709@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2013-11-02 17:15:37 Re: pg_dump with lots and lots of tables
Previous Message Adrian Klaver 2013-11-02 16:56:26 Re: changing port numbers so pgbouncer can read geoserver and postgres