tree: 279712678a841faa95a74105ce655ddf8a3df3b2 [path history] [tgz]
  1. advisories/
  2. aggregates/
  3. apache-jsp/
  4. apache-jstl/
  5. examples/
  6. jetty-alpn/
  7. jetty-annotations/
  8. jetty-ant/
  9. jetty-bom/
  10. jetty-cdi/
  11. jetty-client/
  12. jetty-continuation/
  13. jetty-deploy/
  14. jetty-distribution/
  15. jetty-documentation/
  16. jetty-fcgi/
  17. jetty-gcloud/
  18. jetty-http/
  19. jetty-http-spi/
  20. jetty-http2/
  21. jetty-infinispan/
  22. jetty-io/
  23. jetty-jaas/
  24. jetty-jaspi/
  25. jetty-jmx/
  26. jetty-jndi/
  27. jetty-jspc-maven-plugin/
  28. jetty-maven-plugin/
  29. jetty-monitor/
  30. jetty-nosql/
  31. jetty-osgi/
  32. jetty-overlay-deployer/
  33. jetty-plus/
  34. jetty-proxy/
  35. jetty-quickstart/
  36. jetty-rewrite/
  37. jetty-runner/
  38. jetty-security/
  39. jetty-server/
  40. jetty-servlet/
  41. jetty-servlets/
  42. jetty-spring/
  43. jetty-start/
  44. jetty-util/
  45. jetty-util-ajax/
  46. jetty-webapp/
  47. jetty-websocket/
  48. jetty-xml/
  49. LICENSE-CONTRIBUTOR/
  50. logos/
  51. scripts/
  52. tests/
  53. .gitattributes
  54. .gitignore
  55. CONTRIBUTING.md
  56. header-template.txt
  57. Jenkinsfile
  58. KEYS.txt
  59. LICENSE-eplv10-aslv20.html
  60. NOTICE.txt
  61. pom.xml
  62. README.md
  63. VERSION.txt
README.md

Project description

Jetty is a lightweight highly scalable java based web server and servlet engine. Our goal is to support web protocols like HTTP, HTTP/2 and WebSocket in a high volume low latency way that provides maximum performance while retaining the ease of use and compatibility with years of servlet development. Jetty is a modern fully async web server that has a long history as a component oriented technology easily embedded into applications while still offering a solid traditional distribution for webapp deployment.

Documentation

Project documentation is available on the Jetty Eclipse website.

Building

To build, use:

  mvn clean install

The Jetty distribution will be built in jetty-distribution/target/distribution.

The first build may take a longer than expected as Maven downloads all the dependencies.

The build tests do a lot of stress testing, and on some machines it is necessary to set the file descriptor limit to greater than 2048 for the tests to all pass successfully.

It is possible to bypass tests by building with mvn -Dmaven.test.skip=true install but note that this will not produce some of the test jars that are leveraged in other places in the build.

Professional Services

Expert advice and production support are available through Webtide.com.