|
|
|
@ -59,7 +59,6 @@ import de.anomic.server.serverDomains;
|
|
|
|
|
import de.anomic.server.serverInstantBusyThread;
|
|
|
|
|
import de.anomic.server.serverObjects;
|
|
|
|
|
import de.anomic.server.serverSwitch;
|
|
|
|
|
import de.anomic.yacy.yacyAccessible;
|
|
|
|
|
import de.anomic.yacy.yacySeed;
|
|
|
|
|
|
|
|
|
|
public class ConfigBasic {
|
|
|
|
@ -143,8 +142,8 @@ public class ConfigBasic {
|
|
|
|
|
prop.put("nextStep_sslSupport", theServerCore.withSSL() ? "1" : "0");
|
|
|
|
|
|
|
|
|
|
// generate new shortcut (used for Windows)
|
|
|
|
|
yacyAccessible.setNewPortBat(Integer.parseInt(port));
|
|
|
|
|
yacyAccessible.setNewPortLink(Integer.parseInt(port));
|
|
|
|
|
//yacyAccessible.setNewPortBat(Integer.parseInt(port));
|
|
|
|
|
//yacyAccessible.setNewPortLink(Integer.parseInt(port));
|
|
|
|
|
|
|
|
|
|
// force reconnection in 7 seconds
|
|
|
|
|
theServerCore.reconnect(7000);
|
|
|
|
|