On 9 Feb 2010, at 08:41, Edward J. Yoon wrote:

You can replace localhost to the host's name or IP address.

     conf.set(BSPConstants.PEER_HOST, "localhost");
     conf.set(BSPConstants.PEER_PORT, String
         .valueOf(30000 + randomSequence[i]));

In that example, randomSequence() was just used to avoid the port conflicts.

OK, I will try that!

Thanks,
  Konrad.

Reply via email to