Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 934 Bytes

File metadata and controls

10 lines (9 loc) · 934 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
  • jakarta-websocket-webapp/ - WebApp demonstrating jakarta.websocket usage
  • jaspi-webapp/ - Using JASPI from a WebApp
  • logging-log4j2/ - Example of having log4j2 as your main logging implementation, with logging activity from multiple logging libraries all in use. (webapp + standalone ${jetty.base} dir)
  • loosely-coupled-webapps/ - Example of a WebApp that depends on another WebApp being available at runtime