Jetty configuration, deployment, and API usage -- (1) download and install Jetty

Source: Internet
Author: User

1. Download Jetty

Http://dist.codehaus.org/jetty/jetty-hightide-8.1.0/jetty-hightide-8.1.0.RC1.zip

2. decompress the package and modify the configuration file ETC/Jetty. xml.

Find:

 
<Set name = "Port"> <systemproperty name = "Jetty. Port" default = "8080"/> </set>

Change the port number to the port you want to set, such as 9001.

3. Start Jetty

In the root directory of jetty, start Jetty

Jave-jar start. Jar

When the console displays the following information:

Info: oejs. abstractconnector: started SelectChannelConnector@0.0.0.0: 9001 starting

If Jetty is successfully started, enter the following in the browser:

Http: // localhost: 9001

The following figure is displayed:

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.