Installing the jetty plugin for Eclipse

Source: Internet
Author: User

1. Installation

Open eclipse->help->install new software pop-up window

In work with input address :http://jettylauncher.sourceforge.net/updates

Click the Add button

The following list appears jetty installed , check jetty,next to install

2. Configure the Use

Use in the Eclipse 's maven Project

In the pom.xml configuration file, add

< Build >

< Plugins >

< plugin >

< groupId >org.mortbay.jetty</groupId>

< Artifactid >maven-jetty-plugin</artifactid>

< version >6.1.6</version>

< Configuration >

< Connectors >

< connector implementation="Org.mortbay.jetty.nio.SelectChannelConnector">

< Port >8080</port>

< MaxIdleTime >60000</maxidletime>

</ connector >

</ Connectors >

</ Configuration >

</ plugin >

</ Plugins >

</ Build >

--<port> Configuring port Numbers

--< MaxIdleTime > Configuring the time-out period

3. Start the server

Right-click maven Project , run as->maven build .

Input : Jetty:run will do.

Installing the jetty plugin for Eclipse

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.