diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-01-17 00:41:50 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-01-17 00:41:50 +0000 |
| commit | f6731c62409b2918ceeb4f7cfaf1bb0a57991f6f (patch) | |
| tree | 5bd3230dfa9a9c1b00938d75636e2c501a1103ec /startYACY.sh | |
| parent | 007f8297dee1b8b6925e3f4a06c4971895ac8402 (diff) | |
more logging etc.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6589 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'startYACY.sh')
| -rwxr-xr-x | startYACY.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/startYACY.sh b/startYACY.sh index ca846bf24..b336e2925 100755 --- a/startYACY.sh +++ b/startYACY.sh @@ -72,7 +72,7 @@ for option in $options;do -l|--logging) LOGGING=1 # enable asserts - JAVA_ARGS="$JAVA_ARGS -ea -Dcom.sun.management.jmxremote.port=9999 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false" + JAVA_ARGS="$JAVA_ARGS -ea" if [ $DEBUG -eq 1 ];then echo "can not combine -l and -d" exit 1; @@ -81,7 +81,7 @@ for option in $options;do -d|--debug) DEBUG=1 # enable asserts - JAVA_ARGS="$JAVA_ARGS -ea" + JAVA_ARGS="$JAVA_ARGS -ea -Dcom.sun.management.jmxremote.port=9999 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false" if [ $LOGGING -eq 1 ];then echo "can not combine -l and -d" exit 1; @@ -95,7 +95,7 @@ for option in $options;do ;; esac #case option else #parameter - if [ x$option = "--" ];then #option / parameter seperator + if [ x$option = "--" ];then #option / parameter separator isparameter=1; continue else |
