diff --git a/jetty-distribution/src/main/resources/start.ini b/jetty-distribution/src/main/resources/start.ini index ee6b4f7f844..31b51d575b8 100644 --- a/jetty-distribution/src/main/resources/start.ini +++ b/jetty-distribution/src/main/resources/start.ini @@ -161,23 +161,23 @@ etc/jetty-http.xml # SPDY should not be used with HTTPS. Use HTTPS or SPDY, but # not both, as SPDY also provides HTTPS support. # -# SPDY requires the NPN jar iwhich must be separately downloaded: +# SPDY requires the NPN jar which must be separately downloaded: # -# http://repo1.maven.org/maven2/org/mortbay/jetty/npn/npn-boot/1.1.2.v20130305/npn-boot-1.1.2.v20130305.jar +# http://repo1.maven.org/maven2/org/mortbay/jetty/npn/npn-boot/1.1.5.v20130313/npn-boot-1.1.5.v20130313.jar # -# Which should be saved in lib/npn-boot-1.1.2.v20130305.jar +# Which should be saved in lib/npn-boot-1.1.5.v20130313.jar # # To include the NPN jar on the boot path, you must either: # # a) enable --exec above and uncomment the -Xbootclass line # below # -# b) Add -Xbootclasspath/p:lib/npn-boot-1.1.2.v20130305.jar +# b) Add -Xbootclasspath/p:lib/npn-boot-1.1.5.v20130313.jar # to the command line when running jetty. # #----------------------------------------------------------- # OPTIONS=spdy -# -Xbootclasspath/p:lib/npn-boot-1.1.2.v20130305.jar +# -Xbootclasspath/p:lib/npn-boot-1.1.5.v20130313.jar # etc/jetty-spdy.xml #===========================================================