Skip to main content

Notice: This Wiki is now read only and edits are no longer 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 12:54, 17 November 2010 by Unnamed Poltroon (Talk)



Introduction

This documentation explain how use WTP Adaptor for jetty 7.x/Jetty 8.x to start/stop WTP Dynamic Web Project(or external WEB application) with Jetty by using Eclipse WTP.

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

This documentation explain how use WTP Adaptor for jetty 7.x/Jetty 8.x to start/stop WTP Dynamic Web Project(or external WEB application) with Jetty by using Eclipse WTP. Eclipse JEE Helios is required (don't works with Eclipse JEE Galileo).

Feature

This documentation explain how use WTP Adaptor for jetty 7.x/Jetty 8.x to start/stop WTP Dynamic Web Project(or external WEB application) with Jetty by using Eclipse WTP. Eclipse JEE Helios is required (don't works with Eclipse JEE Galileo). Those Jetty WTP Adaptor are developed by copying/pasting WTP Adaptor for Tomcat (so code is very , very uggly!!!) . It is managed with 2 Plug-Ins :

  • org.eclipse.jst.server.jetty.core :
  • org.eclipse.jst.server.jetty.ui :
  • org.eclipse.jst.server.jetty.ui.websocket : which provides a Wizard to generate Jetty WebSocket.

You can find the plugins at http://download.eclipse.org/jetty/updates/jetty-wtp

Helpful Pages

Back to the top