Quartz scheduler issue in cluster environement,
January 19, 2009 at 11:53 PM
folks, we are using 2 application server and 2 DataBase server alongwith one
Cluster Environement which controls switchover happening from one
DBserver(primary) to antoher DBserver(secondary) only if the first
DBserver(primary) gets shutdown. Quartz scheduler is running along with Appliaction server. Problem: while starting the application server, the scheduler created,scheduling
the job and the job execution is going on.In case any DB connection fails
happen in middle of the job then automatically DBcluster points to the
another database server(secondary).This is happening fine right now. But,At the same time quartz scheduler should be able to continue the job
automatically after switch over happens to another DBserver(secondary).
Please kindly provide me the solution as soon as possible if you came across