Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Empty work directory: Make sure that JETTY_HOME/work exists, but is empty e.g. via:
    Code Block
    cd JETTY_HOME; rm -rf work; mkdir work
  2. Start Jetty from the jetty directory:
    Code Block
     java -jar start.jar  
    (or use the jetty.sh or jetty-cygwin.sh in bin/ - although they seem to work less well than the simple java -jar start.jar, under Windows at least)
  3. tbd - configuration settings for unique port, etc?

...