[JXTA discuss] is this a good Proxy profile?

Michele Amoretti <[email protected]> Mon, 16 May 2005 11:08:23 +0200
Newsgroups gmane.comp.java.jxta.general
Message-ID <[email protected]>
Hello,

I tried to configure a peer to act as a Proxy for modile peers using JXME. I 
did not find an XML profile in

http://platform.jxta.org/source/browse/platform/binding/java/ext/src/net/jxta/ext/config/resources/

so I wrote one, starting form the rdv profile I use for my JXTA networks:


<jxta>
  <peer descriptor="SP2A_Proxy" trace="error"/>

  <network>
    <rendezVous bootstrap="http://dsg.ce.unipr.it/research/SP2A/rdvlist.txt" 
discovery="false">
      <address>//:</address>
    </rendezVous>
  
    <relays discovery="false"/>
  </network>

  <transport>
    <tcp enabled="true">
      <address range="100">
        <multicast enabled="false"/>
        tcp://:9701
      </address>
      <publicAddress>tcp://:9701</publicAddress>
      <proxy enabled="false"/>
    </tcp>
                                                                                
    <http enabled="false">
      <address range="100">
        http://:9700
      </address>
      <publicAddress>http://:9700</publicAddress>
      <proxy enabled="false"/>
    </http>
  </transport>

  <service>
    <rendezVous enabled="true"/>
    <relay enabled="true"/>
    <proxy enabled="true"/> 
  </service>
</jxta>



Is this ok?





-- 
Michele Amoretti, Ph.D. Student
Dip. di Ingegneria dell'Informazione, Università degli Studi di Parma
Parco Area delle Scienze, 181A I-43100 Parma Italy
Phone: +39-(0521)-906147  Fax: +39-(0521)-905723

Home page:
http://dsg.ce.unipr.it/People/amoretti/Amoretti.html