|
From: Jessica P. H. <jph...@ar...> - 2003-01-04 03:17:21
|
I downloaded jtella-0.7 and the three example files (for a server, searcher, and monitor). I did modify the example files slightly -- to use my package name, for example. No actual code modification. I run the server example like so: java net.arborius.FileServerExample 192.168.1.2 1107 (That's localhost.) I also tried giving it the IP and port of a gnutella host that I knew (from using a Gnutella client) was currently listening. Then I tried running the search and monitor applications, but neither indicated any Gnutella activity at all. I tried telnetting to 192.168.1.2:1107, imagining that the server was listening there, but there was nothing listening. Am I confused? How do I set up a basic JTella instance which listens for search requests on localhost, on a specified port? JDK 1.3.1; Linux. Thanks! Jessica |