Getting Started - Jetty

Either:

  1. download a copy of Jetty 5+ - unpack it somewhere
  2. set JETTY5_HOME to this directory and export it
Or:
  1. download a copy of Jetty 6+ - unpack it somewhere
  2. set JETTY6_HOME to this directory and export it

TODO - What about running Jetty with a JMX Agent ?

There are two ways to start a Jetty node :

    Either:
  • "cd $WADI_HOME/bin; ./node.sh <container> <id>"
      e.g.
    • "cd $WADI_HOME/bin; ./node.sh jetty5 red"
    • "cd $WADI_HOME/bin; ./node.sh jetty6 green"
  • Or:
  • Copy the WADI jars into your Jetty tree, configure your Jetty with values from the relevant wadi configuration and start Jetty in the usual way - TO BE DOCUMENTED.