jetty.project/README.txt
Greg Wilkins f24444b08a better readme
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2065 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-05 02:18:08 +00:00

18 lines
416 B
Plaintext

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
neccessary to set the file descriptor limit to greater than 2048
for the tests to all pass successfully.