Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Go to file
Joakim Erdfelt 169498cd9d Fixing Frame Decompress to work in Chrome 20.x 2012-11-12 20:52:54 -07:00
LICENSE-CONTRIBUTOR
dists knock out empty javadoc 2012-11-08 14:38:04 -06:00
examples jetty-9 javadoc improvement 2012-11-13 10:00:04 +11:00
jetty-annotations Merge remote-tracking branch 'origin/jetty-8' 2012-11-02 14:08:05 +11:00
jetty-ant 390256: Remove Jetty6 Support 2012-09-24 11:24:35 -07:00
jetty-client Merge remote-tracking branch 'origin/jetty-7' into jetty-8 2012-11-05 16:28:25 +11:00
jetty-continuation 392237 removed server dependency on contination. All Continuations are now Servlet3Continuations or FauxContinuations 2012-10-21 16:19:40 +11:00
jetty-deploy Merge remote-tracking branch 'origin/jetty-8' 2012-11-02 14:08:05 +11:00
jetty-distribution Splitting out websocket-servlet to make it more friendly for WebAppClassloader 2012-11-12 19:42:32 -07:00
jetty-http Merge remote-tracking branch 'origin/jetty-8' 2012-11-12 12:30:26 +11:00
jetty-http-spi Upgrading to junit-dep-4.10.jar (banning junit.jar) 2012-09-20 11:52:59 -07:00
jetty-io add license block 2012-11-08 16:43:05 -06:00
jetty-jaas Porting test webapps from codehaus to jetty-9 2012-11-02 15:43:05 +11:00
jetty-jaspi Merge remote-tracking branch 'origin/jetty-8' into jetty-9 2012-10-15 12:15:44 +11:00
jetty-jmx Merge remote-tracking branch 'origin/jetty-8' 2012-11-02 14:08:05 +11:00
jetty-jndi [maven-release-plugin] prepare for next development iteration 2012-10-15 13:10:04 -05:00
jetty-jsp [maven-release-plugin] prepare for next development iteration 2012-10-15 13:10:04 -05:00
jetty-jspc-maven-plugin update maven plugins tools api dependencies to something that will clear CQ 2012-10-18 11:15:29 -05:00
jetty-maven-plugin Merge remote-tracking branch 'origin/jetty-8' 2012-11-02 14:08:05 +11:00
jetty-monitor Upgrading to junit-dep-4.10.jar (banning junit.jar) 2012-09-20 11:52:59 -07:00
jetty-nosql Merge remote-tracking branch 'origin/jetty-8' 2012-10-29 15:07:26 +11:00
jetty-npn npn bundle name matches exported package 2012-09-25 09:59:32 +08:00
jetty-osgi jetty-9 corrections for documentation 2012-11-08 07:34:40 +11:00
jetty-plugins [maven-release-plugin] prepare for next development iteration 2012-10-15 13:10:04 -05:00
jetty-plus Merge remote-tracking branch 'origin/jetty-8' 2012-11-02 14:08:05 +11:00
jetty-proxy Merge remote-tracking branch 'origin/jetty-8' 2012-11-02 14:08:05 +11:00
jetty-rewrite Merge remote-tracking branch 'origin/jetty-8' 2012-11-02 14:08:05 +11:00
jetty-rhttp jetty-9 osgi support 2012-09-24 13:04:57 +08:00
jetty-runner add jetty-runner to jetty-9 2012-08-29 11:56:34 -05:00
jetty-security Merge remote-tracking branch 'origin/jetty-8' 2012-11-05 17:27:49 +11:00
jetty-server jetty-9 javadoc improvement 2012-11-13 07:59:53 +11:00
jetty-servlet Merge remote-tracking branch 'origin/jetty-8' 2012-11-12 12:30:26 +11:00
jetty-servlets Merge remote-tracking branch 'origin/jetty-8' 2012-11-12 12:30:26 +11:00
jetty-setuid Upgrading to junit-dep-4.10.jar (banning junit.jar) 2012-09-20 11:52:59 -07:00
jetty-spdy config fix 2012-11-02 17:16:13 +01:00
jetty-spring 392237 fixed many TODOs and many minor code cleanups 2012-10-19 16:17:30 +11:00
jetty-start Splitting out websocket-servlet to make it more friendly for WebAppClassloader 2012-11-12 19:42:32 -07:00
jetty-util Merge remote-tracking branch 'origin/jetty-8' 2012-11-12 12:30:26 +11:00
jetty-util-ajax Merge remote-tracking branch 'origin/jetty-8' 2012-11-02 14:08:05 +11:00
jetty-webapp Splitting out websocket-servlet to make it more friendly for WebAppClassloader 2012-11-12 19:42:32 -07:00
jetty-websocket Fixing Frame Decompress to work in Chrome 20.x 2012-11-12 20:52:54 -07:00
jetty-xml jetty-9 javadoc improvement 2012-11-13 10:00:04 +11:00
test-continuation 392237 removed server dependency on contination. All Continuations are now Servlet3Continuations or FauxContinuations 2012-10-21 16:19:40 +11:00
test-jetty-webapp Splitting out websocket-servlet to make it more friendly for WebAppClassloader 2012-11-12 19:42:32 -07:00
tests Update context path from /test-annotations to /test-spec for test-spec-webapp 2012-11-08 13:54:04 +11:00
.gitignore
LICENSE-eplv10-aslv20.html 392237 renamed license file 2012-10-18 14:33:23 +11:00
NOTICE.txt
README.txt jetty-9 commit test 2012-10-18 11:57:39 +11:00
VERSION.txt Merge remote-tracking branch 'origin/jetty-8' 2012-11-08 14:58:10 +11:00
header-template.txt
icon.jpg
pom.xml make sure dists are not installed by default for now 2012-11-08 14:37:33 -06:00
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.