Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: tutorial > tutorial1

...

After Maven finishes, you'll see a new directory, tutorial tutorial1, in your Package Explorer view in Eclipse.

...

One of the first things you can do is use Maven to run Jetty directly.

Right-click on the tutorial tutorial1 project in your Package Explorer view and select Run As > Maven Build... >, enter a Goal of "jetty:run". This creates a "Run Configuration" named "tutorial1" that we'll use throughout this tutorial to start the app:

...