This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes BEA/Weblogic and the fly likes Static variable in clustring Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "Static variable in clustring" Watch "Static variable in clustring" New topic
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.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Static variable in clustring
 
Similar Threads
Difference between Static and Instance variable
Variable Initialization
difference between instance variable and class variable
static serialization
from bunch of toughest questions by paul(question11)