• 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

Fallback code on Websphere

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm pure novice to WAS.
We'll use WAS ND on 2-nodes cluster. I'll need some code (Apache Mule and several custom classes, must do some jobs periodicaly), which must be active only one one node at one time. If one node fails, that code must launch on second node as fallback. When first node recovers it may become "active", back. Or not, leaving second node active. Doesn't matter - nodes are similar.
What approach can be used to achieve this on WAS ND 8.0? I have no restrictions how to package this - servlet, or EJB, anything also.
Few keywords or links for further investigation would be awesome. Thanks.
 
reply
    Bookmark Topic Watch Topic
  • New Topic