Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Go to file
Michael Gorovoy 103d7a87c2 353623 Added new methods to HttpExchange 2011-08-26 03:49:58 -04:00
LICENSE-CONTRIBUTOR jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
example-jetty-embedded [maven-release-plugin] prepare for next development iteration 2011-08-19 22:17:46 +10:00
jetty-aggregate [maven-release-plugin] prepare for next development iteration 2011-08-19 22:17:46 +10:00
jetty-ajp [maven-release-plugin] prepare for next development iteration 2011-08-19 22:17:46 +10:00
jetty-annotations [maven-release-plugin] prepare for next development iteration 2011-08-19 22:17:46 +10:00
jetty-client 353623 Added new methods to HttpExchange 2011-08-26 03:49:58 -04:00
jetty-continuation [maven-release-plugin] prepare for next development iteration 2011-08-19 22:17:46 +10:00
jetty-deploy [maven-release-plugin] prepare for next development iteration 2011-08-19 22:17:46 +10:00
jetty-distribution Making VERSION.txt automatically update itself in the jetty-distribution tarball 2011-08-19 10:52:48 -07:00
jetty-http 353624 HttpURI accepts java.net.URI object in constructor 2011-08-25 18:51:29 -04:00
jetty-io [maven-release-plugin] prepare for next development iteration 2011-08-19 22:17:46 +10:00
jetty-jaspi [maven-release-plugin] prepare for next development iteration 2011-08-19 22:17:46 +10:00
jetty-jmx [maven-release-plugin] prepare for next development iteration 2011-08-19 22:17:46 +10:00
jetty-jndi [maven-release-plugin] prepare for next development iteration 2011-08-19 22:17:46 +10:00
jetty-jsp-2.1 [maven-release-plugin] prepare for next development iteration 2011-08-19 22:17:46 +10:00
jetty-monitor 352222 Moved JmxMonitor functionality from Codehaus 2011-08-23 17:06:42 -04:00
jetty-nested [maven-release-plugin] prepare for next development iteration 2011-08-19 22:17:46 +10:00
jetty-nosql [maven-release-plugin] prepare for next development iteration 2011-08-19 22:17:46 +10:00
jetty-osgi [maven-release-plugin] prepare for next development iteration 2011-08-19 22:17:46 +10:00
jetty-overlay-deployer Quick javadoc fixes 2011-08-19 12:16:04 -04:00
jetty-plus [maven-release-plugin] prepare for next development iteration 2011-08-19 22:17:46 +10:00
jetty-policy [maven-release-plugin] prepare for next development iteration 2011-08-19 22:17:46 +10:00
jetty-rewrite [maven-release-plugin] prepare for next development iteration 2011-08-19 22:17:46 +10:00
jetty-security [maven-release-plugin] prepare for next development iteration 2011-08-19 22:17:46 +10:00
jetty-server [Bug 355478] set public to HashedSession, looks like honest mistake and not by design to be this way 2011-08-24 13:58:09 -05:00
jetty-servlet 354080 ServletContextHandler allows to replace any subordinate handler when restarted 2011-08-24 18:14:10 -04:00
jetty-servlets [maven-release-plugin] prepare for next development iteration 2011-08-19 22:17:46 +10:00
jetty-start [maven-release-plugin] prepare for next development iteration 2011-08-19 22:17:46 +10:00
jetty-util 353073 factory pattern for clients 2011-08-26 11:50:33 +10:00
jetty-webapp [maven-release-plugin] prepare for next development iteration 2011-08-19 22:17:46 +10:00
jetty-websocket 353073 factory pattern for clients 2011-08-26 11:50:33 +10:00
jetty-xml [maven-release-plugin] prepare for next development iteration 2011-08-19 22:17:46 +10:00
test-continuation [maven-release-plugin] prepare for next development iteration 2011-08-19 22:17:46 +10:00
test-continuation-jetty6 [maven-release-plugin] prepare for next development iteration 2011-08-19 22:17:46 +10:00
test-jetty-nested [maven-release-plugin] prepare for next development iteration 2011-08-19 22:17:46 +10:00
test-jetty-servlet [maven-release-plugin] prepare for next development iteration 2011-08-19 22:17:46 +10:00
test-jetty-webapp 353073 recycle buffer 2011-08-25 12:28:49 +10:00
tests [maven-release-plugin] prepare for next development iteration 2011-08-19 22:17:46 +10:00
.gitignore Adding .pmd to ignores 2011-08-25 09:00:32 -07:00
BUILDING.txt test commit 2011-07-13 16:52:20 -05: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 Correctly capitalized word "Maven" (and test if commit works for me). 2011-07-13 17:09:28 +02:00
VERSION.txt 353623 Added new methods to HttpExchange 2011-08-26 03:49:58 -04:00
icon.jpg Add an icon.jpg file to the project. 2011-07-06 14:41:50 -05:00
linux-packaging.xml Enabling test-jetty-webapp in linux packaing 2010-05-27 19:20:18 +00:00
pom.xml Using released jetty-version-maven-plugin 2011-08-22 15:17:31 -07: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 
necessary to set the file descriptor limit to greater than 2048
for the tests to all pass successfully.