399070 add updated version of npn-boot jar to start.ini

This commit is contained in:
Jan Bartel 2013-03-05 17:03:07 +11:00
parent cde549c0e8
commit a4f2e743d0
1 changed files with 4 additions and 4 deletions

View File

@ -161,21 +161,21 @@ etc/jetty-http.xml
#
# SPDY requires the NPN jar iwhich must be separately downloaded:
#
# http://repo1.maven.org/maven2/org/mortbay/jetty/npn/npn-boot/1.1.1.v20121030/npn-boot-1.1.1.v20121030.jar
# http://repo1.maven.org/maven2/org/mortbay/jetty/npn/npn-boot/1.1.2.v20130305/npn-boot-1.1.2.v20130305.jar
#
# Which should be saved in lib/npn-boot-1.1.1.v20121030.jar
# Which should be saved in lib/npn-boot-1.1.2.v20130305.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.1.v20121030.jar
# b) Add -Xbootclasspath/p:lib/npn-boot-1.1.2.v20130305.jar
# to the command line when running jetty.
#
#-----------------------------------------------------------
# OPTIONS=spdy
# -Xbootclasspath/p:lib/npn-boot-1.1.1.v20121030.jar
# -Xbootclasspath/p:lib/npn-boot-1.1.2.v20130305.jar
# etc/jetty-spdy.xml
#===========================================================