Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 836 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 836 Bytes

Jetty WebApp Examples

  • error-handling-4/ - Using the Servlet 4 <error-page> descriptor element
  • hello-servlet-3/ - Simple Hello World in Servlet 3.1
  • hello-servlet-5/ - Simple Hello World in Servlet 5.0
  • http2-demo/ - Using the Jetty PushCacheFilter (now deprecated by HTTP/2 spec) to auto push resources to HTTP2 client
  • jaspi-webapp/ - Using JASPI from a WebApp
  • logging-overlap/ - Example of having multiple active Logging libraries at the same time and routing all of the events to a single logging implementation. (webapp + standalone ${jetty.base} dir)
  • loosely-coupled-webapps/ - Example of a WebApp that depends on another WebApp being available at runtime