Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Go to file
Simone Bordet 77394d0c4b Fixes #350533 (Add "Origin" to the list of allowed headers in CrossOriginFilter).
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3431 7e9141cc-0065-0410-87d8-b60c137991c4
2011-06-28 09:28:18 +00:00
LICENSE-CONTRIBUTOR jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
example-jetty-embedded Removed unneeded line from MultipleConnectors example 2011-06-24 22:50:11 +00:00
jetty-aggregate [maven-release-plugin] prepare for next development iteration 2011-05-26 12:20:58 +00:00
jetty-ajp [maven-release-plugin] prepare for next development iteration 2011-05-26 12:20:58 +00:00
jetty-annotations [maven-release-plugin] prepare for next development iteration 2011-05-26 12:20:58 +00:00
jetty-client Added TODO comments for disabled tests 2011-06-27 15:13:22 +00:00
jetty-continuation [maven-release-plugin] prepare for next development iteration 2011-05-26 12:20:58 +00:00
jetty-deploy 350287 Disable ScanningAppProviderRuntimeUpdatesTest on Windows 2011-06-25 01:21:01 +00:00
jetty-distribution 348652 jetty.sh starts two unix processes 2011-06-22 05:57:38 +00:00
jetty-http 302566 GZIP handler for embedded Jetty servers 2011-06-21 02:26:18 +00:00
jetty-io 349896 SCEP supports zero maxIdleTime 2011-06-21 04:09:30 +00:00
jetty-jaspi [maven-release-plugin] prepare for next development iteration 2011-05-26 12:20:58 +00:00
jetty-jmx Merge branch '332200' 2011-06-23 21:20:15 +00:00
jetty-jndi [maven-release-plugin] prepare for next development iteration 2011-05-26 12:20:58 +00:00
jetty-jsp-2.1 [maven-release-plugin] prepare for next development iteration 2011-05-26 12:20:58 +00:00
jetty-nested [maven-release-plugin] prepare for next development iteration 2011-05-26 12:20:58 +00:00
jetty-osgi Better error messages when web-buindles fail to start cleanly. 2011-06-17 04:14:55 +00:00
jetty-overlay-deployer [maven-release-plugin] prepare for next development iteration 2011-05-26 12:20:58 +00:00
jetty-plus [maven-release-plugin] prepare for next development iteration 2011-05-26 12:20:58 +00:00
jetty-policy Removing windows from tests that use '/tmp' directory assumption 2011-05-27 16:44:56 +00:00
jetty-rewrite [maven-release-plugin] prepare for next development iteration 2011-05-26 12:20:58 +00:00
jetty-security [maven-release-plugin] prepare for next development iteration 2011-05-26 12:20:58 +00:00
jetty-server Added TODO comments for disabled tests 2011-06-27 15:13:22 +00:00
jetty-servlet [maven-release-plugin] prepare for next development iteration 2011-05-26 12:20:58 +00:00
jetty-servlets Fixes #350533 (Add "Origin" to the list of allowed headers in CrossOriginFilter). 2011-06-28 09:28:18 +00:00
jetty-start 347717 start.jar destroys dependent child of --exec 2011-05-31 03:39:42 +00:00
jetty-util Added TODO comments for disabled tests 2011-06-27 15:13:22 +00:00
jetty-webapp 348652 jetty.sh starts two unix processes 2011-06-22 07:27:29 +00:00
jetty-websocket 349897 draft -09 websockets 2011-06-21 05:33:52 +00:00
jetty-xml [maven-release-plugin] prepare for next development iteration 2011-05-26 12:20:58 +00:00
test-continuation [maven-release-plugin] prepare for next development iteration 2011-05-26 12:20:58 +00:00
test-continuation-jetty6 [maven-release-plugin] prepare for next development iteration 2011-05-26 12:20:58 +00:00
test-jetty-nested [maven-release-plugin] prepare for next development iteration 2011-05-26 12:20:58 +00:00
test-jetty-servlet 302566 GZIP filter unit test 2011-06-20 15:33:51 +00:00
test-jetty-webapp 348935 Close A tag in directory listing 2011-06-22 05:49:12 +00:00
tests [maven-release-plugin] prepare for next development iteration 2011-05-26 12:20:58 +00:00
.gitignore Adding top level .gitignore for those of us using git-svn (which doesn't use svn:ignore) 2009-08-03 20:31:19 +00:00
BUILDING.txt removed old requirements 2009-07-23 02:04:24 +00:00
LICENSE-APACHE-2.0.txt jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
LICENSE-ECLIPSE-1.0.html jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
NOTICE.txt jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
README.txt better readme 2010-07-05 02:18:08 +00:00
VERSION.txt Fixes #350533 (Add "Origin" to the list of allowed headers in CrossOriginFilter). 2011-06-28 09:28:18 +00:00
linux-packaging.xml Enabling test-jetty-webapp in linux packaing 2010-05-27 19:20:18 +00:00
pom.xml update jetty-test-helper to 1.6 2011-06-10 13:16:10 +00:00

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.