From 267108470fb37db7f41e7b33785345a5945f85a6 Mon Sep 17 00:00:00 2001 From: orbiter Date: Wed, 18 Nov 2009 14:54:30 +0000 Subject: [PATCH] testing jmx console for yacy: - start YaCy with startYACY.sh -l - open jconsole and open localhost:9999 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6484 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- startYACY.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startYACY.sh b/startYACY.sh index 292d69be0..ca846bf24 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" + JAVA_ARGS="$JAVA_ARGS -ea -Dcom.sun.management.jmxremote.port=9999 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false" if [ $DEBUG -eq 1 ];then echo "can not combine -l and -d" exit 1;