Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2013-03-26 04:03:15 +0000
committerGreg Wilkins2013-03-26 04:03:15 +0000
commitab373a550387d1035851324e28158777677305f7 (patch)
tree2a7c49e07413649f6bd31f8ca08ea6fc6f0e5733 /jetty-distribution
parentd5f84c661e8a882fddf51ebf8d11a22fc40f388d (diff)
downloadorg.eclipse.jetty.project-ab373a550387d1035851324e28158777677305f7.tar.gz
org.eclipse.jetty.project-ab373a550387d1035851324e28158777677305f7.tar.xz
org.eclipse.jetty.project-ab373a550387d1035851324e28158777677305f7.zip
404323 Improved parameterization of https and SPDY
Diffstat (limited to 'jetty-distribution')
-rw-r--r--jetty-distribution/src/main/resources/start.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/jetty-distribution/src/main/resources/start.ini b/jetty-distribution/src/main/resources/start.ini
index 2b1547217b..d582ff0ba6 100644
--- a/jetty-distribution/src/main/resources/start.ini
+++ b/jetty-distribution/src/main/resources/start.ini
@@ -39,7 +39,7 @@
# eval $(java -jar start.jar --exec-print)
#
#-----------------------------------------------------------
---exec
+# --exec
#===========================================================
#===========================================================
@@ -187,7 +187,7 @@ etc/jetty-http.xml
#-----------------------------------------------------------
# OPTIONS=spdy
# -Xbootclasspath/p:lib/npn-boot-1.1.5.v20130313.jar
-# jetty.spdy.port=8444
+# jetty.spdy.port=8443
# etc/jetty-spdy.xml
#===========================================================

Back to the top