Re: Re: [JXTA dev] Jxta and Loopback Interface
tommaso <[email protected]> Sat, 20 Aug 2005 17:31:21 +0200
| Newsgroups | gmane.comp.java.jxta.user,gmane.comp.java.jxta.devel |
|---|---|
| Message-ID | <43074CC9.9030802__23456.890442367$1124551630$gmane$org@netfluid.com> |
Fabrice DI MEGLIO wrote: > Hi tom, > > I think if you can use ext:config you may find that the profile named > Profile.LOCAL can suite your needs. Ok, I'll try this one ASAP, thanks. > Another way of doing it is to run your own RDV on your laptop (JXTA > Shell can do it simply) and use a private NPG so that you are completely > isolated from the outside. This is exactly what I've been trying so far: the server code either calls startRendezVous(), or autoStartRendezVous(), while the client code (on the same machine -- different ports e.g. 9702 9703) calls connectToREndezVous(tcp://127.0.0.1), but it does not seem to manage to connect to it (isConnectedToREndezVous() keeps returning false, and Pipes can not be resolved). Bye, tom.