Skip to content

klopfdreh/jetty-http2-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jetty-http2-example

This is a small setup of jetty / http2 / Apache Wicket to test experimental features. To run follow these steps

  1. Download the corresponding ALPN Boot version for your jdk http://www.eclipse.org/jetty/documentation/current/alpn-chapter.html
  2. Before you launch the Runner class (in package: src/test/java/de/jetty/wicket/http2/example) apply -Xbootclasspath/p:/<path_to_jar>/alpn-boot-<version>.jar to your vm args
  3. Access the server via https://127.0.0.1:8443/

About

An example setup with Jetty/HTTP2/Wicket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages