eclipseembeddedfcgihttphttp-clienthttp-serverhttp2http2-pushhttp3httpsjakartaeejavajettyjsposgiservletssltlsunix-socketwebsockets
120cc123fd
This is being done to allow reporting plugins to avoid duplicating all of the aggregated classes for javadoc, xref, pmd, findbugs, and even cobertura. This new 'aggregates' profile is active by default. git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2773 7e9141cc-0065-0410-87d8-b60c137991c4 |
||
---|---|---|
LICENSE-CONTRIBUTOR | ||
example-jetty-embedded | ||
jetty-aggregate | ||
jetty-ajp | ||
jetty-annotations | ||
jetty-client | ||
jetty-continuation | ||
jetty-deploy | ||
jetty-distribution | ||
jetty-http | ||
jetty-io | ||
jetty-jaspi | ||
jetty-jmx | ||
jetty-jndi | ||
jetty-jsp-2.1 | ||
jetty-osgi | ||
jetty-plus | ||
jetty-policy | ||
jetty-rewrite | ||
jetty-security | ||
jetty-server | ||
jetty-servlet | ||
jetty-servlets | ||
jetty-start | ||
jetty-util | ||
jetty-webapp | ||
jetty-websocket | ||
jetty-xml | ||
test-continuation | ||
test-continuation-jetty6 | ||
test-jetty-servlet | ||
test-jetty-webapp | ||
tests | ||
.gitignore | ||
BUILDING.txt | ||
LICENSE-APACHE-2.0.txt | ||
LICENSE-ECLIPSE-1.0.html | ||
NOTICE.txt | ||
README.txt | ||
VERSION.txt | ||
linux-packaging.xml | ||
pom.xml |
README.txt
This is a source checkout of the Jetty webserver. To build, use: mvn 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 neccessary to set the file descriptor limit to greater than 2048 for the tests to all pass successfully.