Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Go to file
Simone Bordet 3cbe6f7ca0 Javadocs. 2011-08-30 00:36:52 +02:00
LICENSE-CONTRIBUTOR jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
example-jetty-embedded 293739 - Deprecate static Jetty Log usage in favor of named logs 2011-08-24 13:14:28 -07:00
jetty-aggregate [maven-release-plugin] prepare for next development iteration 2011-08-19 22:17:46 +10:00
jetty-ajp 293739 - Deprecate static Jetty Log usage in favor of named logs 2011-08-24 13:01:00 -07:00
jetty-annotations 293739 - Deprecate static Jetty Log usage in favor of named logs 2011-08-24 13:14:28 -07:00
jetty-client 353014 TimeoutExchangeTest run time reduced 2011-08-29 16:18:45 -04:00
jetty-continuation 293739 - Deprecate static Jetty Log usage in favor of named logs 2011-08-24 12:51:39 -07:00
jetty-deploy 293739 - Deprecate static Jetty Log usage in favor of named logs 2011-08-24 13:01:00 -07:00
jetty-distribution Making VERSION.txt automatically update itself in the jetty-distribution tarball 2011-08-19 10:52:48 -07:00
jetty-http free generator buffers 2011-08-29 12:26:48 +10:00
jetty-io 293739 - Deprecate static Jetty Log usage in favor of named logs 2011-08-24 12:51:39 -07:00
jetty-jaspi 293739 - Deprecate static Jetty Log usage in favor of named logs 2011-08-24 13:01:00 -07:00
jetty-jmx 293739 - Deprecate static Jetty Log usage in favor of named logs 2011-08-24 12:47:55 -07:00
jetty-jndi 293739 - Deprecate static Jetty Log usage in favor of named logs 2011-08-24 13:01:00 -07:00
jetty-jsp-2.1 [maven-release-plugin] prepare for next development iteration 2011-08-19 22:17:46 +10:00
jetty-monitor Merging from master 2011-08-25 12:09:36 -07:00
jetty-nested 293739 - Deprecate static Jetty Log usage in favor of named logs 2011-08-24 13:14:28 -07:00
jetty-nosql 293739 - Deprecate static Jetty Log usage in favor of named logs 2011-08-24 13:14:28 -07:00
jetty-osgi 293739 - Deprecate static Jetty Log usage in favor of named logs 2011-08-24 13:14:28 -07:00
jetty-overlay-deployer Quick javadoc fixes 2011-08-19 12:16:04 -04:00
jetty-plus 293739 - Deprecate static Jetty Log usage in favor of named logs 2011-08-24 13:01:00 -07:00
jetty-policy added pause to make sure modified time on file changes 2011-08-29 10:45:32 +10:00
jetty-rewrite 293739 - Deprecate static Jetty Log usage in favor of named logs 2011-08-24 13:14:28 -07:00
jetty-security 293739 - Deprecate static Jetty Log usage in favor of named logs 2011-08-24 12:53:27 -07:00
jetty-server 353073 deprecated non factory method for websocket clients 2011-08-29 12:27:53 +10:00
jetty-servlet Merging from master 2011-08-25 12:09:36 -07:00
jetty-servlets 293739 - Deprecate static Jetty Log usage in favor of named logs 2011-08-24 12:53:27 -07:00
jetty-start [maven-release-plugin] prepare for next development iteration 2011-08-19 22:17:46 +10:00
jetty-util Merge from trunk 2011-08-26 10:12:45 -07:00
jetty-webapp Merge from trunk 2011-08-26 10:12:45 -07:00
jetty-websocket Javadocs. 2011-08-30 00:36:52 +02:00
jetty-xml 353192 Better warning for classes of wrong type 2011-08-29 14:38:38 +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 293739 - Deprecate static Jetty Log usage in favor of named logs 2011-08-24 13:14:28 -07:00
test-jetty-servlet [maven-release-plugin] prepare for next development iteration 2011-08-19 22:17:46 +10:00
test-jetty-webapp Merging from master 2011-08-25 12:09:36 -07:00
tests 293739 - Deprecate static Jetty Log usage in favor of named logs 2011-08-24 13:14:28 -07: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 353014 TimeoutExchangeTest run time reduced 2011-08-29 16:18:45 -04:00
eclipse-jetty-templates.xml Making eclipse template to add jetty named logger statement easier 2011-08-24 10:22:07 -07: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 build-support release 2011-08-28 09:52:10 -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.