For back-end job processing i m using Ejb3 Scheduler(Timer Service). That Schedulers are packed in a EAR file. I am deploying this EAR to 2 glassfish server with a apache for load balancing. The problem is 2 glassfish started their Schedulers, it means the same scheduler start 2 times. i need to divide the job between 2 server means for example i am having 6 scheduler then 3 scheduler start by server1 and others will server2 with same copy of EAR.
Can you suggest how to prompt to start scheduler if one server started already?
Thanks for your help
