| Author |
Static variable in clustring
|
shailesh prajapati
Greenhorn
Joined: Aug 25, 2008
Posts: 1
|
|
We are going to store some fixed set of information in static class variable. It will be populated when the server is started. However, if this data is changed, we want it to be replicated on all the weblogic instances (as each weblogic instance runs in its own JVM and will have its own copy of static variable) So Is it possible to: ���Find out number of weblgic instances which are part of the cluster��� and invoke a method of the object which is deployed on all the instances��� ?
|
 |
Jelle Klap
Bartender
Joined: Mar 10, 2008
Posts: 1409
|
|
|
Try taking a look at Tangosol/Oracle Coherence or Terracotta etc.
|
Build a man a fire, and he'll be warm for a day. Set a man on fire, and he'll be warm for the rest of his life.
|
 |
 |
|
|
subject: Static variable in clustring
|
|
|