diff --git a/.classpath b/.classpath index 0c728756b..c93b44b06 100644 --- a/.classpath +++ b/.classpath @@ -38,10 +38,6 @@ - - - - - + diff --git a/defaults/yacy.init b/defaults/yacy.init index 1f79da9e3..b15082f0a 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -70,8 +70,7 @@ server.maxTrackingTime = 3600000 # The property here can also be a url where the definition can be loaded. # In case of privately managed networks, this configuration must be changed BEFORE it is released # to the members of the separated network peers. -#network.unit.definition = defaults/yacy.network.freeworld.unit -network.unit.definition = defaults/yacy.network.intranet.unit +network.unit.definition = defaults/yacy.network.freeworld.unit network.group.definition = defaults/yacy.network.group # Update process properties diff --git a/startYACY.sh b/startYACY.sh index 8fb0656b2..ac3527a37 100755 --- a/startYACY.sh +++ b/startYACY.sh @@ -77,7 +77,7 @@ done #echo $options;exit 0 #DEBUG for getopts #get javastart args -JAVA_ARGS="-ea" +JAVA_ARGS="" if [ ! -f $CONFIGFILE -a -f DATA/SETTINGS/httpProxy.conf ] then # old config if new does not exist