A jetty-base used for load testing
mvn clean install
You will need to run either the 9.2 or the 9.4 server:
cd 9.2/target/jetty-base
java -jar ../jetty-distribution*/start.jar
cd 9.4/target/jetty-base
java -jar ../jetty-home*/start.jar
loader/src/main/scripts/populate.sh
cd loader/
mvn exec:exec
cd probe/
mvn exec:exec