Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Jetty WTP Plugin

Revision as of 18:13, 17 November 2010 by Boulay.intalio.com (Talk | contribs)



Introduction

WTP Adaptor for Jetty 7.x/Jetty 8.x

The Jetty WTP Adaptor allows you to use Eclipse and it Web Tools Platform (WTP) to develop your web applications.

Feature

This document explains how use the WTP Adaptor for Jetty 7.x/Jetty 8.x to start/stop a WTP Dynamic Web Project (or external Web application) with Jetty by using Eclipse WTP. Eclipse JEE Helios is required. (Galileo is not supported.) The origin of this Jetty WTP Adaptor is the WTP Adaptor for Tomcat.

The WTP Adaptor consists of 3 plugins:

  • org.eclipse.jst.server.jetty.core : central bits and pieces of the functionality
  • org.eclipse.jst.server.jetty.ui : GUI components for integration with the Eclipse UI
  • org.eclipse.jst.server.jetty.ui.websocket : GUI components that provide a wizard that generates a Jetty WebSocket

Installing the WTP Adaptor

To install the WTP Adaptor, complete the following steps.

  1. In the main Eclipse window, click Help -> Install New Software.

There are two different paths to installing the plugin.

For stable releases of the plugin install from the following url:

For the more bleeding edge versions of the plugin (each successful build on hudson):


Helpful Pages

Contributing

To report a bug with the WTP integration please open a bugzilla issue: https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty

Patches are welcome, the plugins are setup so that you can import the project source within the Eclipse simply. In the Plugins View locate the bundle and right click -> Import As -> Source Project.

Back to the top