eclipseembeddedfcgihttphttp-clienthttp-serverhttp2http2-pushhttp3httpsjakartaeejavajettyjsposgiservletssltlsunix-socketwebsockets
c7f59fd104
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@18 7e9141cc-0065-0410-87d8-b60c137991c4 |
||
---|---|---|
LICENSE-CONTRIBUTOR | ||
jetty-ajp | ||
jetty-annotations | ||
jetty-assembly | ||
jetty-assembly-descriptor | ||
jetty-client | ||
jetty-deploy | ||
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 | ||
LICENSE-APACHE-2.0.txt | ||
LICENSE-ECLIPSE-1.0.html | ||
NOTICE.txt | ||
README.txt | ||
VERSION.txt | ||
jetty-eclipse-codetemplates.xml | ||
jetty-eclipse-java-format.xml | ||
pom.xml |
README.txt
This is the Jetty 7 HTTP server and servlet container. For more information about Jetty, please see the Jetty wiki: http://docs.codehaus.org/display/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