Jetty installation and configuration for CentOS7

Source: Internet
Author: User

Jetty installation and configuration for CentOS7

  • Download the installation package

    Http://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/9.2.19.v20160908/jetty-distribution-9.2.19.v20160908.tar.gz wget-c
  • Extract

    Tar jetty-distribution-9.2.19.v20160908.tar.gz
  • Configuration

    Cd/usr/local/bin/jetty-distribution-9.2.19.v20160908vim start. ini modify port etc.
  • Service

    Cd/etc/init. dvim jetty #! Bin/bash # chkconfig: 35 99 # description: Jetty 9 webserver # processname: jettyJETTY_HOME =/usr/local/bin/jetty-distribution-9.2.19.v20160908/bincase $1 in start) $ JETTY_HOME/jetty. sh start; stop) $ JETTY_HOME/jetty. sh stop; status) $ JETTY_HOME/jetty. sh status; restart) $ JETTY_HOME/jetty. sh restart; *) echo "require start | stop | status | restart"; esacservice jetty startservice jetty stop
  • Start

    Chkconfig -- add jettychkconfig jetty on

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.