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

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

Back to the top