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 18: Line 18:
  
 
* [[/Jetty WTP Create Server|Creating a Jetty Server]]
 
* [[/Jetty WTP Create Server|Creating a Jetty Server]]
 +
* [[/Jetty WTP Dynamic Web Project|Setting up a Dynamic Web Project]]
 +
* [[/Jetty WTP Modify Port|How to modify the Port]]
 +
* [[/Jetty WTP External WebApp|How to use external webapp]]
 +
* [[/Jetty WTP Modify ContextPath|How to modify context path]]
 +
* [[/Jetty WTP Websocket Wizard|How to use websocket wizard]]
  
== Create Jetty server ==
 
 
To create a WTP Jetty/Server, go at File/New/Other... and select Server node :
 
 
[[Image:Create1.jpg]]
 
 
== more subheaders ==
 
 
=== sub-subheader ===
 
etc
 
 
}}
 
}}

Revision as of 12:54, 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

Back to the top