pkoivula
asked on
Configuring Quartz scheduler for failover in Weblogic Cluster
How do I configure my quartz schedular to run in weblogic cluster, that is the schedular should be running only on a single node and should get migrated to another node up on failover.
I have gone through the below link but still i am not sure of its behaivour.
http://java-x.blogspot.com/2006/12/using-quartz-scheduler-in-cluster.html
Regars
Suresh.
I have gone through the below link but still i am not sure of its behaivour.
http://java-x.blogspot.com/2006/12/using-quartz-scheduler-in-cluster.html
Regars
Suresh.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
I have also gone throught the official link and configured based on it, I have attached the quartz.properties.
The only difference I have is I am using org.quartz.jobStore.driver DelegateCl ass = org.quartz.impl.jdbcjobsto re.WebLogi cDelegate where as the document uses org.quartz.jobStore.driver DelegateCl ass =org.quartz.impl.jdbcjobst ore.oracle .OracleDel egate will this make any difference.
I am using MSSQL as my dadabase.
I have configured all my managed server in a single domain ( single box) which will not have time synchroniz issue.
Regards
Suresh
quartz.txt
The only difference I have is I am using org.quartz.jobStore.driver
I am using MSSQL as my dadabase.
I have configured all my managed server in a single domain ( single box) which will not have time synchroniz issue.
Regards
Suresh
quartz.txt
ASKER
none
ASKER