Hi.
Is there any way to detect IP of cluster node from bean?
Here is simple example:
| InitialContext ctx = new InitialContext();
| Chunky chunky = (Chunky) ctx.lookup("ChunkyBean/remote");
|
I'm using Round-Robin method for load-balance. Each call to chunky stub calls new
node from cluster. I need to detect IP of that cluster each time stub is called. Maybe I
can do that from bean?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145155#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...