Install tomcat in ubuntu and tomcat in ubuntu

Source: Internet
Author: User

Install tomcat in ubuntu and tomcat in ubuntu

Download:

Apache-tomcat-8.0.24.tar.gz

Decompress:

Sudo tar zxvf apache-tomcat-8.0.24.tar.gz

Rename:

Mv sudo tar zxvf apache-tomcat-8.0.24.tar.gz/tomcat8

Mobile:

Mv tomcat8 // usr/local/tomcat

Modify the configuration file:

Sudo tar zxvf apache-tomcat-8.0.24.tar.gz

# Tomcate pei zhi
JAVA_HOME =/usr/local/jdk/jdk1.8
JAVA_OPTS = "-server-Xms912m
-Xmx1024m-XX: PermSize = 800 M
-XX: MaxPermSize = 600 m
-Dcom. sun. management. jmxremote"
# JAVA_OPTS configures the server memory.

# OS specific support. $ var _ must _ be set to either true or false.
Cygwin = false
Darwin = false
Os400 = false
Case "'uname'" in
CYGWIN *) cygwin = true ;;
Darwin *) darwin = true ;;
OS400 *) os400 = true ;;
Esac


Start:

Sudo./startup. sh

Complete...

Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger.

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.