Hi all,
i am using PostgreSql as database and
JBoss as the Server.
Both works fine and i get data into the JSPs without any issues.
When the database is stopped(made down), there will be no data availabele
in the JSPs.
but when the database is started again without restarting JBOSS,
i dont receive the data from the database to The JSPs.
(connection doesnt get restored)
If i clear the temp and work folder from the JBoss/server/default location,
it works fine and i receive data from the database.(connection gets restored)
Also if i restart JBoss, i receive data.
can anyone please help me out in resolving the issue in retrieving the data from
the database(restoring the databse connection) without restarting JBoss at that moment
when the database is stopped and started again ??
Thanks in advance..