Deleted startYACY_hidden.bat and fixed annoying spelling mistake.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@81 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
rramthun 20 years ago
parent 0e5961249c
commit 978c16edd3

@ -54,7 +54,7 @@
On termination, the following must be done: On termination, the following must be done:
- stop feeding of the crawling process because it othervise fills the indexing queue. - stop feeding of the crawling process because it othervise fills the indexing queue.
- say goodby to connected peers and disable new connections. Don't wait for success. - say goodbye to connected peers and disable new connections. Don't wait for success.
- first terminate the serverCore thread. This prevents that new cache objects are queued - first terminate the serverCore thread. This prevents that new cache objects are queued
- wait that the plasmaHTMLCache terminates (it should be normal that this process already has terminated) - wait that the plasmaHTMLCache terminates (it should be normal that this process already has terminated)
- then wait for termination of all loader process of the plasmaCrawlerLoader - then wait for termination of all loader process of the plasmaCrawlerLoader
@ -272,7 +272,7 @@ public final class yacy {
serverLog.logFailure("STARTUP", "FATAL ERROR: " + ee.getMessage()); serverLog.logFailure("STARTUP", "FATAL ERROR: " + ee.getMessage());
ee.printStackTrace(); ee.printStackTrace();
} }
serverLog.logSystem("SHUTDOWN", "goodby. (this is the last line)"); serverLog.logSystem("SHUTDOWN", "goodbye. (this is the last line)");
try {System.exit(0);} catch (Exception e) {} // was once stopped by de.anomic.net.ftpc$sm.checkExit(ftpc.java:1790) try {System.exit(0);} catch (Exception e) {} // was once stopped by de.anomic.net.ftpc$sm.checkExit(ftpc.java:1790)
} }

@ -1,15 +0,0 @@
@echo off
REM startYACY_hidden.bat
REM -----------------------
REM part of YaCy (C) by Michael Peter Christen
REM this file provided by Roland Ramthun
REM Essen, 2005
REM last major change: 09.04.2005
REM This script starts YaCy without any visible window and should work on all Windows-Operating-Systems which know REM the "start" command.
REM You could verify this by typing "HELP" into cmd.exe, which lists all commands supported by your specific
REM Windows version.
start /B javaw -classpath classes;lib/commons-collections.jar;lib/commons-pool-1.2.jar yacy
exit
Loading…
Cancel
Save