diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-03-16 22:31:54 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-03-16 22:31:54 +0000 |
| commit | 7150b463ff2e6e305e8ffc7012bd615e8a05822d (patch) | |
| tree | 9a6829c3a3e2e51e8ba4f8b9d5330fbc0b901f22 /startYACY.bat | |
| parent | 54cb097ea432b254f5ffa7e3d79298c9d3561439 (diff) | |
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
Diffstat (limited to 'startYACY.bat')
| -rw-r--r-- | startYACY.bat | 4 |
1 files changed, 2 insertions, 2 deletions
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
|
