Skip to main content
summaryrefslogtreecommitdiffstats
blob: 28a387764c365fcffafb169b8abe9882a2ee44ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

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

Back to the top