projects
/
working
/
random.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
814303e
)
hatch https/ssl config
collab/berick/hatch
author
Bill Erickson
<berick@esilibrary.com>
Mon, 14 Apr 2014 18:03:13 +0000
(14:03 -0400)
committer
Bill Erickson
<berick@esilibrary.com>
Mon, 14 Apr 2014 18:03:13 +0000
(14:03 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
jetty_control.sh
patch
|
blob
|
history
diff --git
a/jetty_control.sh
b/jetty_control.sh
index
7271220
..
36ac903
100755
(executable)
--- 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;