We have a J2EE application in the form of an EAR file deployed in WAS 7 to ensure the availability of the application, which must be deployed in 3 clusters. We have the Quartz Scheduler class, whose task is to load data from one database to another daily at 2 a.m.
Now the problem is that the ear will be deployed in three different nodes for load balancing and high availability, all three ear files will cause the download at the same time. How do we handle this. Is it possible to do some configuration in a WAS 7. Any help / suggestion would be appreciated.
thanks
deployment cluster-computing websphere-7
Ravi mishra
source share