• 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

JBoss Clustering: Manual switch between instances

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I have a special need about JBoss clustering:
I work in air traffic control, where everything need to be redundant.
Currentely I am implementing a prototype, where business logic is handled in EJB container (Entity beans & session bean). My goal is to use JBoss clustering as a replication tool, and to use fail-over feature.
I have the following "special need":
In case of failure, the switch between the failed JBoss instance and a running one, should be managed by an operator. This kind of behaviour is not quiet natural, as it is supposed to be transparent for ejb clients. We bought full JBoss documentation, but have not found a way how to make it.
I would like to somehow "activate" a running instance, in order to make it operational. EJB Clients could start or finalize their transactions only when a running instance is set to "operational".
Someone have infos about the simplest way to proceed followings?
- Manually set an instance of a JBoss cluster active during runtime (from an administration console for example)
- Receive a notification when a JBoss instance failed (pop-up in administration console)
THANKS FOR ANY REPLY
Cheers
Sam
 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try links given below hope these will work out for you
http://www.yorku.ca/dkha/jboss/docs/Cluster.htm

http://www.onjava.com/pub/a/onjava/2003/08/20/jboss_clustering.html

Good luck
 
I am going to test your electrical conductivity with this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic