Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Go to file
Jesse McConnell 54c6928f58 Merge branch 'jetty-8' 2013-01-29 14:09:22 -06:00
LICENSE-CONTRIBUTOR add cla-tbecker.txt 2012-07-17 21:37:33 +02:00
aggregates/jetty-all Trying to get jetty-all to be happy 2012-12-21 11:01:40 -07:00
dists committing checkpoint for debs 2012-11-20 09:48:52 -06:00
examples [maven-release-plugin] prepare for next development iteration 2013-01-19 19:54:23 -06:00
jetty-annotations Make jetty-annotations.xml include plus config 2013-01-25 11:26:29 +11:00
jetty-ant [maven-release-plugin] prepare for next development iteration 2013-01-19 19:54:23 -06:00
jetty-client 399324 - HttpClient does not handle correctly UnresolvedAddressException. 2013-01-28 23:45:44 +01:00
jetty-continuation [maven-release-plugin] prepare for next development iteration 2013-01-19 19:54:23 -06:00
jetty-deploy [maven-release-plugin] prepare for next development iteration 2013-01-19 19:54:23 -06:00
jetty-distribution Merge branch 'jetty-8' 2013-01-29 14:09:22 -06:00
jetty-http [Bug 393933] remove http's ssl context factory, it is in util 2013-01-28 15:04:21 -06:00
jetty-http-spi merge from jetty-8 and update license blocks. 2013-01-11 17:04:53 -06:00
jetty-io 398872 - SslConnection should not be notified of idle timeouts. First solution. 2013-01-24 10:29:27 +01:00
jetty-jaas [maven-release-plugin] prepare for next development iteration 2013-01-19 19:54:23 -06:00
jetty-jaspi [maven-release-plugin] prepare for next development iteration 2013-01-19 19:54:23 -06:00
jetty-jmx [maven-release-plugin] prepare for next development iteration 2013-01-19 19:54:23 -06:00
jetty-jndi [maven-release-plugin] prepare for next development iteration 2013-01-19 19:54:23 -06:00
jetty-jsp [maven-release-plugin] prepare for next development iteration 2013-01-19 19:54:23 -06:00
jetty-jspc-maven-plugin [maven-release-plugin] prepare for next development iteration 2013-01-19 19:54:23 -06:00
jetty-maven-plugin update jetty-maven-plugin to 1.7 compiler plugin (remove 1.5 actually) 2013-01-28 12:17:14 -06:00
jetty-nosql [maven-release-plugin] prepare for next development iteration 2013-01-19 19:54:23 -06:00
jetty-npn merge from jetty-8 and update license blocks. 2013-01-11 17:04:53 -06:00
jetty-osgi [maven-release-plugin] prepare for next development iteration 2013-01-19 19:54:23 -06:00
jetty-plus Remove unneeded TagLibConfiguration, fix args to WebAppProvider in jetty-plus.xml 2013-01-25 11:06:01 +11:00
jetty-proxy 385306 added getURI method 2013-01-25 13:52:32 +11:00
jetty-rewrite [maven-release-plugin] prepare for next development iteration 2013-01-19 19:54:23 -06:00
jetty-rhttp merge from jetty-8 and update license blocks. 2013-01-11 17:04:53 -06:00
jetty-runner 381689 Allow jetty-runner to specify listen host along with listen port 2013-01-25 13:21:56 +11:00
jetty-security [maven-release-plugin] prepare for next development iteration 2013-01-19 19:54:23 -06:00
jetty-server Merge branch 'jetty-7' into jetty-8 2013-01-29 13:42:29 -06:00
jetty-servlet [maven-release-plugin] prepare for next development iteration 2013-01-19 19:54:23 -06:00
jetty-servlets Merge jetty-8 to master 2013-01-29 14:06:47 -06:00
jetty-spdy Made the test more reliable. 2013-01-24 10:32:05 +01:00
jetty-spring [maven-release-plugin] prepare for next development iteration 2013-01-19 19:54:23 -06:00
jetty-start [maven-release-plugin] prepare for next development iteration 2013-01-19 19:54:23 -06:00
jetty-util [Bug 381351] defaults for keymanager and trustmanager come from their factories and not hardcoded 2013-01-28 16:25:21 -06:00
jetty-util-ajax Merge branch 'jetty-8' 2013-01-25 11:38:37 -06:00
jetty-webapp [maven-release-plugin] prepare for next development iteration 2013-01-19 19:54:23 -06:00
jetty-websocket 399173: UpgradeRequest.getParameterMap() should never return null 2013-01-28 17:11:51 -07:00
jetty-xml [maven-release-plugin] prepare for next development iteration 2013-01-19 19:54:23 -06:00
tests Merge jetty-8 to master 2013-01-29 14:06:47 -06:00
.gitignore add bin/ to ignore and update pom to 20-SNAPSHOT 2012-07-20 13:06:35 -05:00
LICENSE-eplv10-aslv20.html 392237 renamed license file 2012-10-18 14:33:23 +11:00
NOTICE.txt Fixing NOTICE.txt copyright, as all of the mentioned companies are one in the same. 2012-02-02 15:50:00 -07:00
README.txt jetty-9 commit test 2012-10-18 11:57:39 +11:00
VERSION.txt prep for dev 2013-01-20 11:03:31 -06:00
header-template.txt standardize license header blocks 2012-08-16 19:11:27 -05:00
icon.jpg Add an icon.jpg file to the project. 2011-07-06 14:41:50 -05:00
pom.xml re-enabling jetty-all aggregate for release process 2013-01-25 11:36:45 -07:00
settings.xml set proxy 2011-12-02 16:48:51 -06:00

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.