Lost connection after postgres restarted - Mailing list pgsql-jdbc

From Vámos Balázs
Subject Lost connection after postgres restarted
Date
Msg-id MKELKNBDGMCKNGAKDLLCOENMDHAA.bsomav@freemail.hu
Whole thread Raw
Responses Re: Lost connection after postgres restarted  (Paul Thomas <paul@tmsl.demon.co.uk>)
List pgsql-jdbc
Hi,

I have the following problem with my PostgreSQL+Tomcat+JDBC:

I have got a PostgreSQL server, a Tomcat, and some jsp file what connects to
the postgresql via JDBC.

I stop postmaster (because of file system level backup)
After the backup I start postmaster
But the connection between JDBC and postgresql doesn't recover any more.

I need to restart Tomcat to build up the connection again. Why?

Thank you in advance,

Somav


pgsql-jdbc by date:

Previous
From: Guido Fiala
Date:
Subject: Re: updatable resultsets -> SQLException: -1
Next
From: Paul Thomas
Date:
Subject: Re: Lost connection after postgres restarted