三步集成Jetty 与 Eclipse

Steps:

  1. Install Jetty Eclipse plugin
  2. Create web application
  3. Run web application

1 – Installing Jetty Eclipse Plugin

    1. When you add a server to the Servers view, you will not see an option for Jetty as you will find for Tomcat, JBoss, Apache, etc.
    2. First you need to install a plugin.
    3. Go to Eclipse -> Install new Software menu.
    4. Click on add and type Jetty for Name and http://run-jetty-run.googlecode.com/svn/trunk/updatesite for Location.
    5. Select the Jetty plugin to install. Click on Next and follow the installation:

      Creating a Web Application

      When you restart Eclipse, got o Project Explorer view or the New menu and click on New -> Dynamic Web Project:

      3 – Running the Web Application

      Select the application you want to run on Jetty.

      Click on the Run button -> Run Configurations.Configure your app on Jetty as shown in the picture bellow and click on Run:

 

posted @ 2013-12-04 10:24  discretemath  阅读(188)  评论(0)    收藏  举报