users@shoal.java.net

Re: [Shoal-Users] port number used by JXTA

From: Shreedhar Ganapathy <Shreedhar.Ganapathy_at_Sun.COM>
Date: Mon, 29 Oct 2007 09:27:05 -0700

Hi An
We have not exposed a property to set that port, yet. We pass in to the
Jxta platform NetworkConfigurator, a port range whereby each jxta peer
picks the first available port in that range. The port range we pass in
is 9701 to 9999. (So 9601 that you are seeing bound could be coming from
another non-shoal jxta process). This range is specified in the
NetworkManager class.

http://www.koders.com/java/fid2B4EBA82C10074975E61A18860352002140B89CF.aspx
look in line number 337 and 338

Let us know if you need to be able to specify the port number.

Cheers
Shreedhar


Ly, An V wrote:
>
> Hello!
>
>
>
> We noticed that Shoal uses JXTA's default port of 9601. What are some
> of the ways in which we can change this port number, as a Shoal user?
>
>
>
> Thanks.
>
>
>
> An
>