Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>If you're looking for an Eclipse plugin that will allow you to start your web app in Jetty via the Debug/Run menus, you may want to take a look at the <a href="http://code.google.com/p/run-jetty-run/" rel="noreferrer">run-jetty-run plugin</a>.</p> <p>If you happen to be using Maven, there's a <a href="http://wiki.eclipse.org/Jetty/Feature/Jetty_Maven_Plugin" rel="noreferrer">Maven plugin</a> you can use to start your app in Jetty as well. This can be configured to run via a launcher in Eclipse or can be launched via the command line.</p> <p><strong>Edit - Added more info about the jetty-maven-plugin:</strong></p> <p>If you're just talking about local development, then you don't have to download Jetty separately for use with the Maven plugin. The Maven plugin handles the download of the dependencies that you need by simply running <code>mvn jetty:run</code>. This will start your web app in Jetty (by default) at <a href="http://localhost:8080" rel="noreferrer">http://localhost:8080</a>. If you use this, then there's really no need for the Eclipse plugin, either. As far as versions go, <a href="http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.mortbay.jetty%22%20AND%20a%3A%22jetty-maven-plugin%22" rel="noreferrer">these</a> are the available versions. I'd recommend sticking with a fairly recent version unless you have a need to use an older version of Jetty (it looks like the most recent version is a release candidate--8.0.0.RC0).</p> <p>There's also an example of usage in a <a href="https://github.com/jingweno/maven_jetty_plugin_example" rel="noreferrer">project on Github</a> that I just found, but you may want to update the plugin version used.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload