From: Bill Erickson Date: Mon, 14 Apr 2014 18:03:13 +0000 (-0400) Subject: hatch https/ssl config X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=96e2e4fca7bda5dc5211b112db7c035caaf3b72a;p=working%2Frandom.git hatch https/ssl config Signed-off-by: Bill Erickson --- 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;