|
|
@ -58,7 +58,7 @@ public class Tracker {
|
|
|
|
port = defaultPort;
|
|
|
|
port = defaultPort;
|
|
|
|
System.out.println("using default port : " + port);
|
|
|
|
System.out.println("using default port : " + port);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
System.out.println("using port : " + hostname);
|
|
|
|
System.out.println("using port : " + port);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
TestPort testPortTracker = new TestPort();
|
|
|
|
TestPort testPortTracker = new TestPort();
|
|
|
|
if(testPortTracker.testPortTracker(Integer.parseInt(port))){
|
|
|
|
if(testPortTracker.testPortTracker(Integer.parseInt(port))){
|
|
|
|