It does not Work!

Passing the -Dbind.addr and -Dbind.port does not work directly. But reading 
parameters explicitly and passing them in the stack string does work.

The example:

public String getStack(String optionsSetName){
  |             return "UDP(mcast_addr=224.0.0.35;mcast_port=45566;ip_ttl=64;" +
  |         
"ip_mcast=true;mcast_send_buf_size=150000;mcast_recv_buf_size=80000;" + 
  |         
"ucast_send_buf_size=150000;ucast_recv_buf_size=80000;loopback=false;" +
  |         "bind_addr=" + System.getProperty("bind.addr") + ";" + 
  |         "bind_port=" + System.getProperty("bind.port") + "):" + ...

I send it to complete the post information. If some one interested.

Daniel

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882951#3882951

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882951


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to