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

Difference between revisions of "Jetty WTP Plugin"

Line 17: Line 17:
 
== Helpful Pages ==
 
== Helpful Pages ==
  
* [[Creating a Jetty Server|/Jetty WTP Create Server]]
+
* [[/Jetty WTP Create Server|Creating a Jetty Server]]
  
 
== Create Jetty server ==
 
== Create Jetty server ==

Revision as of 12:50, 17 November 2010



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

Create Jetty server

To create a WTP Jetty/Server, go at File/New/Other... and select Server node :

Create1.jpg

more subheaders

sub-subheader

etc

Back to the top