Can anybody let me know how to get active node count in a cluster. i.e. Does J2ee provides any solution for this ? I read that there is some servlet api thru which u can get the count of active nodes in a cluster.
Let me know if anybody has any idea on this...
Urgent!!
-
Active Nodes in a cluster (4 messages)
- Posted by: anjali jain
- Posted on: November 16 2002 01:25 EST
Threaded Messages (4)
- Active Nodes in a cluster by Cameron Purdy on November 17 2002 23:13 EST
- Active Nodes in a cluster by anjali jain on November 18 2002 00:42 EST
-
Active Nodes in a cluster by anjali jain on November 18 2002 01:54 EST
- Active Nodes in a cluster by Jens Schumann on November 18 2002 03:40 EST
-
Active Nodes in a cluster by anjali jain on November 18 2002 01:54 EST
- Active Nodes in a cluster by anjali jain on November 18 2002 00:42 EST
-
Active Nodes in a cluster[ Go to top ]
- Posted by: Cameron Purdy
- Posted on: November 17 2002 23:13 EST
- in response to anjali jain
There's no built in clustering concept in J2EE. Servers such as WebLogic provide clustering support, and you can even get a server list via WebLogic's own MBeans. If you want a portable solution that works with any J2EE server, use Coherence. It provides a very easy API for obtaining a list of the servers in the cluster.
Peace,
Cameron Purdy
Tangosol, Inc.
Coherence: Easily share live data across a cluster! -
Active Nodes in a cluster[ Go to top ]
- Posted by: anjali jain
- Posted on: November 18 2002 00:42 EST
- in response to Cameron Purdy
hi cameron
thanks for your quick response..
Can u plz let me know wot is coherence and how can i use it..
aur any link where i can get quick help on this..
will of gr8 help..
thanks
anjali -
Active Nodes in a cluster[ Go to top ]
- Posted by: anjali jain
- Posted on: November 18 2002 01:54 EST
- in response to anjali jain
Hi Cameron,
I have gone thru the documentation, it says that coherence can help in New node detection, death detection, failover. But no resources as how to achieve this..
Can u help me out.. -
Active Nodes in a cluster[ Go to top ]
- Posted by: Jens Schumann
- Posted on: November 18 2002 03:40 EST
- in response to anjali jain
You may also consider using JavaGroups. It may be a little bit overhead, but you really get a sophisticated stack for all kinds of group communication. Warning: The configuration of a stack isn't easy ;)
http://www.javagroups.com/