• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Java objects handling in cluster environment

 
Ranch Hand
Posts: 72
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I have few clarification in java objects handling in cluster environment, please clarify my doubts.

Our application ( EAR) deployed in cluster environment ( two Jboss server), while i am the reloading objects dynamically current EAR is getting refresh and working fine.
Here i have requirement same dynamic changes also should reflect in 2nd EAR also, so end user while accessing the application always view same results.

If we restart the application server, automatically working fine in cluster environment. We like to know how two EAR get refresh while dynamic data modifications.

Kindly share your valuable suggestions.

Thanks,
RAM Chennai




 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What do you mean by reloading objects dynamically? How are you communicating between those 2 .ear applications? Furthermore, what exact version of JBoss AS (or WildFly) is this?

reply
    Bookmark Topic Watch Topic
  • New Topic