-
Discover New Servers in a Cluster? (1 messages)
- Posted by: Vincent Marquez
- Posted on: November 06 2003 19:50 EST
Is there a way (either in the j2EE spec or JBOSS) to get a list of all the servers in the cluster programmatically? ( I need the IPs). I'm a j2EE newbie, so any help would be appreciated. Thanks in advance.Threaded Messages (1)
- RE:Discover New Servers in a Cluster? by Valery Silaev on November 07 2003 03:53 EST
-
RE:Discover New Servers in a Cluster?[ Go to top ]
- Posted by: Valery Silaev
- Posted on: November 07 2003 03:53 EST
- in response to Vincent Marquez
Definitely, not in J2EE :-)
Probably, some JBOSS HA* MBeans or JavaGroups classes (used for clustering in JBoss) could provide such information. Either try to post your question here or try to search jboss forum.
VS