git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@29 6c8d7289-2bf4-0310-a012-ef5d649a1542pull/1/head
parent
a1d3e1b896
commit
e2a884031c
@ -1 +1 @@
|
|||||||
@java -classpath classes yacy
|
@java -classpath classes:lib/commons-collections.jar:lib/commons-pool-1.2.jar yacy
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
cd `dirname $0`
|
cd `dirname $0`
|
||||||
java -classpath classes -server yacy
|
java -classpath classes:lib/commons-collections.jar:lib/commons-pool-1.2.jar -server yacy
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
@javaw -classpath classes yacy
|
@javaw -classpath classes:lib/commons-collections.jar:lib/commons-pool-1.2.jar yacy
|
||||||
@echo You can close the console safely
|
@echo You can close the console safely
|
@ -1,2 +1,2 @@
|
|||||||
@java -classpath classes yacy -shutdown
|
@java -classpath classes:lib/commons-collections.jar:lib/commons-pool-1.2.jar yacy -shutdown
|
||||||
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
cd `dirname $0`
|
cd `dirname $0`
|
||||||
java -classpath classes yacy -shutdown
|
java -classpath classes:lib/commons-collections.jar:lib/commons-pool-1.2.jar yacy -shutdown
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cd `dirname $0`
|
cd `dirname $0`
|
||||||
java -classpath classes yacy -shutdown
|
java -classpath classes:lib/commons-collections.jar:lib/commons-pool-1.2.jar yacy -shutdown
|
||||||
echo "please wait until the YaCy daemon process terminates"
|
echo "please wait until the YaCy daemon process terminates"
|
||||||
echo "you can monitor this with 'tail -f yacy.log' and 'fuser yacy.log'"
|
echo "you can monitor this with 'tail -f yacy.log' and 'fuser yacy.log'"
|
Loading…
Reference in new issue