Hello,
unable to reach the JXTA/peeranha42 network, obviously
because I'm behind a firewall and have to use a http proxy.
Figured around with profile.xml* and client-config.xml* and
read http://wiki.java.net/bin/view/Jxta/ExtConfig and did the
following:
Started peeranha42 version 1.3 with:
java -Dhttp.proxyHost=myproxy -Dhttp.proxyPort=80
-Dhttps.proxyHost=194.132.3.27 -Dhttps.proxyPort=80 -jar
peeranha42.jar
client-config.xml*:
...
<transport>
<type>http</type>
<port>9700</port>
<proxy isEnabled="true">http://myproxy:80</proxy>
</transport>
...
profile.xml*:
...
<transport>
<tcp>
<address range="100">
<multicast
enabled="false">udp://224.0.1.20:12688</multicast>
</address>
<publicAddress exclusive="false"/>
</tcp>
<http>
<address range="100"/>
<publicAddress exclusive="true"/>
<proxy isEnabled="true">http://myproxy:80</proxy>
</http>
</transport>
...
But nothing.