Versions Compared

Key

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

...

This will compile the project then deploy it to an embeded instance of the Jetty servlet engine, which will be use on port 8080, by default. As a result, once running, your application will be available at http:localhost:8080/myproject.

See the Jetty plugin documentation for configuration options, etc.

...