From 96e2e4fca7bda5dc5211b112db7c035caaf3b72a Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 14 Apr 2014 14:03:13 -0400 Subject: [PATCH] hatch https/ssl config Signed-off-by: Bill Erickson --- jetty_control.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jetty_control.sh b/jetty_control.sh index 7271220da..36ac9032c 100755 --- a/jetty_control.sh +++ b/jetty_control.sh @@ -75,6 +75,6 @@ fi; if [ $OPT_RUN -eq 1 ]; then echo "Running..." cd $BASE_DIR/$JETTY_DIR; - $JAVA_HOME/bin/java -jar start.jar + $JAVA_HOME/bin/java -jar start.jar --module=https https.port=8443 fi; -- 2.11.0