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