We are having problems when working with two app servers behind a load balancer. One user will make changes to ejbs in one server and the other server will not know that the ejb has changed. There are also some objects that are cached in one of the server. When this cache gets changed, the two servers will need to update their cache. How to solve this? Thanks.
