mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-22 23:25:50 +00:00
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2065 7e9141cc-0065-0410-87d8-b60c137991c4
18 lines
416 B
Plaintext
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.
|