Hi All,
I'm looking for a way to schedule an EJB to execute every once in a while. Our WAS version is 6.40. This scheduling is desired because we used load balancer behind our WAS. We have considered the option to deploy a stateful session bean which will schedule the batch task to execute every once in a while. But because of the load balancer, the stateful session bean will be deployed to all instances of the server nodes, which we didn't desire. So we are trying to look at scheduling. Anyone might know about this??
Best Regards,
Erick Prajogo