From 7150b463ff2e6e305e8ffc7012bd615e8a05822d Mon Sep 17 00:00:00 2001 From: orbiter Date: Sun, 16 Mar 2008 22:31:54 +0000 Subject: changed handling of default values and database paths: - the default files yacy.init and for the network definition is now moved to the path defaults - the httpProxy.conf is renamed to yacy.conf - the DATA/INDEX/PUBLIC is renamed to the actual network nickname, which should be freeworld or sciencenet more menu entries - added apfelmaennchens alternative search page to the menu - added the new thread dump page to the server log menu point as submenu modifications - modified the thread dump page: sorting by thread type git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4575 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- startYACY.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'startYACY.bat') diff --git a/startYACY.bat b/startYACY.bat index f18354bed..f1088b732 100644 --- a/startYACY.bat +++ b/startYACY.bat @@ -14,7 +14,7 @@ set jms= set javacmd=-Xmx64m -Xms10m set priolvl=0 set priority=/NORMAL -if exist DATA\SETTINGS\httpProxy.conf GoTo :GETSTARTOPTS +if exist DATA\SETTINGS\yacy.conf GoTo :GETSTARTOPTS :STARTJAVA Rem Starting YaCy @@ -38,7 +38,7 @@ del DATA\yacy.restart Rem This target is used to read java runtime parameters out of the yacy config file :GETSTARTOPTS -for /F "tokens=1,2 delims==" %%i in (DATA\SETTINGS\httpProxy.conf) do ( +for /F "tokens=1,2 delims==" %%i in (DATA\SETTINGS\yacy.conf) do ( if "%%i"=="javastart_Xmx" set jmx=%%j if "%%i"=="javastart_Xms" set jms=%%j if "%%i"=="port" set port=%%j -- cgit v1.2.3