updated npn example

This commit is contained in:
Greg Wilkins 2013-03-22 11:59:38 +11:00
parent 2858a2587e
commit ba920bf09e
1 changed files with 5 additions and 5 deletions

View File

@ -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
#===========================================================