I'm having a problem with my database connection from a tomcat 6 server.
When my database goes down, the applications hosted on my tomcat server can not connect to the database again, which causes me problems. I have heard that in the context.xml file of the server you can add a configuration for the server to authenticate and refresh this connection.
Has this happened to someone so that you can guide me to the solution?
Error message: Capturing exception: [org.postgresql.util.PSQLException]. Message [The server requires password-based authentication, but no password has been provided.]