Install tomcat on Ubuntu and Ubuntu tomcat

Source: Internet
Author: User

Install tomcat on Ubuntu and Ubuntu tomcat

1. Download the apache-tomcat-** .tar.gz file from the official website.

2. Create a folder (tomcat) in the local file and decompress the package in the folder. You do not need to use root:

Tar-zxvf/home/xcx/download/apache-tomcat-8.5.11.tar.gz

3. Enter the command to decompress the file and set all the files in tomcat to add read and write permissions:

chmod +xr -R *

4. Go to the conf folder of tomcat, find the tomcat-users.xml configuration file, add user information in it

<role rolename="manager-gui"/><user username="admin" password="3.1415926" roles="manager-gui"/>

5. Enable tomcat:

xcx@ubuntu-xcx:~/local/tomcat/apache-tomcat-8.5.11$ ./bin/startup.shUsing CATALINA_BASE:   /home/xcx/local/tomcat/apache-tomcat-8.5.11Using CATALINA_HOME:   /home/xcx/local/tomcat/apache-tomcat-8.5.11Using CATALINA_TMPDIR: /home/xcx/local/tomcat/apache-tomcat-8.5.11/tempUsing JRE_HOME:        /usr/lib/jvm/java-8-oracleUsing CLASSPATH:       /home/xcx/local/tomcat/apache-tomcat-8.5.11/bin/bootstrap.jar:/home/xcx/local/tomcat/apache-tomcat-8.5.11/bin/tomcat-juli.jarTomcat started.

6. Disable tomcat:

xcx@ubuntu-xcx:~/local/tomcat/apache-tomcat-8.5.11$ ./bin/shutdown.shUsing CATALINA_BASE:   /home/xcx/local/tomcat/apache-tomcat-8.5.11Using CATALINA_HOME:   /home/xcx/local/tomcat/apache-tomcat-8.5.11Using CATALINA_TMPDIR: /home/xcx/local/tomcat/apache-tomcat-8.5.11/tempUsing JRE_HOME:        /usr/lib/jvm/java-8-oracleUsing CLASSPATH:       /home/xcx/local/tomcat/apache-tomcat-8.5.11/bin/bootstrap.jar:/home/xcx/local/tomcat/apache-tomcat-8.5.11/bin/tomcat-juli.jar

 

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.