Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Go to file
Jesse McConnell a297aab93c removed extra dirs
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@148 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-14 19:58:42 +00:00
LICENSE-CONTRIBUTOR jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
jetty-ajp [maven-release-plugin] prepare for next development iteration 2009-04-03 15:44:45 +00:00
jetty-annotations [maven-release-plugin] prepare for next development iteration 2009-04-03 15:44:45 +00:00
jetty-client removed HTTP specifics from connection dispatching 2009-04-14 03:00:19 +00:00
jetty-continuation [maven-release-plugin] prepare for next development iteration 2009-04-03 15:44:45 +00:00
jetty-deploy [maven-release-plugin] prepare for next development iteration 2009-04-03 15:44:45 +00:00
jetty-distribution use new releases of parent and jsp 2009-04-11 14:00:15 +00:00
jetty-embedded-examples [maven-release-plugin] prepare for next development iteration 2009-04-03 15:44:45 +00:00
jetty-http [maven-release-plugin] prepare for next development iteration 2009-04-03 15:44:45 +00:00
jetty-io fixed issue with improved selector change handling 2009-04-14 04:32:33 +00:00
jetty-jaspi update to new parent 2009-04-03 23:44:38 +00:00
jetty-jmx Remove old method declaration to match QueuedThreadPool class 2009-04-14 03:58:15 +00:00
jetty-jndi [maven-release-plugin] prepare for next development iteration 2009-04-03 15:44:45 +00:00
jetty-plus updated login service for logout. 2009-04-13 23:55:40 +00:00
jetty-rewrite [maven-release-plugin] prepare for next development iteration 2009-04-03 15:44:45 +00:00
jetty-security updated login service for logout. 2009-04-13 23:55:40 +00:00
jetty-server removed HTTP specifics from connection dispatching 2009-04-14 03:00:19 +00:00
jetty-servlet generate -tests artifact for codehaus integration side 2009-04-14 19:57:05 +00:00
jetty-servlet-tester [maven-release-plugin] prepare for next development iteration 2009-04-03 15:44:45 +00:00
jetty-servlets [maven-release-plugin] prepare for next development iteration 2009-04-03 15:44:45 +00:00
jetty-start [maven-release-plugin] prepare for next development iteration 2009-04-03 15:44:45 +00:00
jetty-test-webapp various debugging logging improvements 2009-04-07 14:22:49 +00:00
jetty-util various debugging logging improvements 2009-04-07 14:22:49 +00:00
jetty-webapp various debugging logging improvements 2009-04-07 14:22:49 +00:00
jetty-xml [maven-release-plugin] prepare for next development iteration 2009-04-03 15:44:45 +00:00
BUILDING.txt building instructions 2009-03-25 01:59:03 +00:00
INCUBATION.txt ready for M0 push 2009-03-31 22:58:05 +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 ready for M0 push 2009-03-31 22:58:05 +00:00
VERSION.txt removed HTTP specifics from connection dispatching 2009-04-14 03:00:19 +00:00
pom.xml use new releases of parent and jsp 2009-04-11 14:00:15 +00:00

README.txt

JETTY
=====

The Jetty project is a 100% Java HTTP Server, HTTP Client
and Servlet Container.


The Jetty @ eclipse project is based on the Jetty project at codehaus

  http://jetty.codehaus.org

Ongoing development is now under incubation at the eclipse foundation

  http://www.eclipse.org/jetty/


Jetty @ eclipse is open source and is dual licensed using the apache 2.0 and
eclipse public license 1.0.   You may choose either license when distributing
jetty.



BUILDING JETTY
==============

Jetty uses maven 2 as its build system.  Maven will fetch
the dependancies, build the server and assemble a runnable
version:

  mvn install