eclipseembeddedfcgihttphttp-clienthttp-serverhttp2http2-pushhttp3httpsjakartaeejavajettyjsposgiservletssltlsunix-socketwebsockets
79f7d5edbc
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@183 7e9141cc-0065-0410-87d8-b60c137991c4 |
||
---|---|---|
LICENSE-CONTRIBUTOR | ||
jetty-ajp | ||
jetty-annotations | ||
jetty-client | ||
jetty-continuation | ||
jetty-deploy | ||
jetty-distribution | ||
jetty-embedded-examples | ||
jetty-http | ||
jetty-io | ||
jetty-jaspi | ||
jetty-jmx | ||
jetty-jndi | ||
jetty-plus | ||
jetty-rewrite | ||
jetty-security | ||
jetty-server | ||
jetty-servlet | ||
jetty-servlet-tester | ||
jetty-servlets | ||
jetty-start | ||
jetty-test-webapp | ||
jetty-util | ||
jetty-webapp | ||
jetty-xml | ||
BUILDING.txt | ||
INCUBATION.txt | ||
LICENSE-APACHE-2.0.txt | ||
LICENSE-ECLIPSE-1.0.html | ||
NOTICE.txt | ||
README.txt | ||
VERSION.txt | ||
pom.xml |
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