Configure the Jetty-maven-plugin version in the Eclipse Web project 9.4.2.v20170220

Source: Internet
Author: User

Add the Jetty-maven-plugin plug-in configuration to the Pom.xml file for the Web project as follows:

<plugin>

<groupId>org.eclipse.jetty</groupId>

<artifactId>jetty-maven-plugin</artifactId>

<version>9.4.2.v20170220</version>

<configuration>

<scanIntervalSeconds>1</scanIntervalSeconds>

<!--defines a server-->

<!--

<port>80</port>

<idleTimeout>60000</idleTimeout>

<!--defines a second server-->

<jettyxml>${project.basedir}/profile/dev/jetty.xml,${project.basedir}/profile/dev/jetty-http.xml,${ Project.basedir}/profile/dev/jetty-ssl.xml,${project.basedir}/profile/dev/jetty-https.xml</jettyxml>

</configuration>

</plugin>

This configuration defines two HTTP servers, such as annotations, one defined with the HttpConnector element, and the other is the loaded Jetty-http.xml file definition.

Once the work is done, you can configure the Eclipse Maven run section, as shown in the following figure:

After that, you can run it, as shown in figure:

HTTPS server is also started because it is configured with HTTPS Connector.

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.