Question
Anthem
Anthem
US
Anthem
Posted: Apr 9, 2019
Last activity: Sep 12, 2019
Last activity: 12 Sep 2019 13:44 EDT
Closed
How to avoid application JVM restarts during the event of Database failover.
Hi,
Could someone please suggest recommendations to avoid application JVM restarts (DB session persistence) during the event of Database failover.
Application details : PRPC731,MSSQL and Tomcat
Thank you.
Pega normally delegates handling of db failover to the depending vendor, in this case, Microsoft, at JDBC driver level, see the relevant link: https://docs.microsoft.com/en-us/sql/connect/jdbc/jdbc-driver-support-for-high-availability-disaster-recovery?view=sql-server-2017. If you configure your tomcat datasource using the connection properties described in the link, in theory it should be transparent for Pega. Other application servers (e.g., Websphere) have similar mechanisms.