eclipseembeddedfcgihttphttp-clienthttp-serverhttp2http2-pushhttp3httpsjakartaeejavajettyjsposgiservletssltlsunix-socketwebsockets
34cc0e5d82
Attributes are used rarely, so AttributesMap was creating a ConcurrentHashMap that was never used. In cases where AttributesMap is heavily used (for example CometD) this proved to save a significant amount of memory footprint. |
||
---|---|---|
LICENSE-CONTRIBUTOR | ||
aggregates/jetty-all | ||
dists | ||
examples | ||
jetty-annotations | ||
jetty-ant | ||
jetty-client | ||
jetty-continuation | ||
jetty-deploy | ||
jetty-distribution | ||
jetty-http | ||
jetty-http-spi | ||
jetty-io | ||
jetty-jaas | ||
jetty-jaspi | ||
jetty-jmx | ||
jetty-jndi | ||
jetty-jsp | ||
jetty-jspc-maven-plugin | ||
jetty-maven-plugin | ||
jetty-nosql | ||
jetty-npn | ||
jetty-osgi | ||
jetty-plus | ||
jetty-proxy | ||
jetty-rewrite | ||
jetty-rhttp | ||
jetty-runner | ||
jetty-security | ||
jetty-server | ||
jetty-servlet | ||
jetty-servlets | ||
jetty-spdy | ||
jetty-spring | ||
jetty-start | ||
jetty-util | ||
jetty-util-ajax | ||
jetty-webapp | ||
jetty-websocket | ||
jetty-xml | ||
tests | ||
.gitignore | ||
LICENSE-eplv10-aslv20.html | ||
NOTICE.txt | ||
README.txt | ||
VERSION.txt | ||
header-template.txt | ||
icon.jpg | ||
pom.xml | ||
settings.xml |
README.txt
This is a source checkout of the Jetty webserver. To build, use: mvn clean install The jetty distribution will be built in jetty-distribution/target/distribution The first build may take a long time as Maven downloads all the dependencies. The 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. Bypass tests by building with -Dmaven.test.skip=true but note that this will not produce some test jars that are leveraged in other places in the build.