2009-03-24 17:07:27 -04:00
|
|
|
|
2010-05-23 16:36:28 -04:00
|
|
|
This is a source checkout of the Jetty webserver.
|
2009-03-24 17:07:27 -04:00
|
|
|
|
2010-05-23 16:36:28 -04:00
|
|
|
To build, use:
|
2009-03-24 17:07:27 -04:00
|
|
|
|
|
|
|
mvn install
|
|
|
|
|
2010-05-23 16:36:28 -04:00
|
|
|
The jetty distribution will be built in
|
2009-05-15 20:43:45 -04:00
|
|
|
|
2010-05-23 16:36:28 -04:00
|
|
|
jetty-distribution/target/distribution
|
2009-05-15 20:43:45 -04:00
|
|
|
|
2010-07-04 22:18:08 -04:00
|
|
|
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.
|