Detailed steps to download Tomcat and put it on Linux

Detailed steps to download Tomcat and put it on Linux

If you have just come into contact with Linux, these contents may be useful to you. If you have been in contact with Linux for a while, then these contents may not be of much help to you. I hope you are useful.

First, you can search for tomcat and find the resources. It is recommended to download it from the official website.

It is best to go to the official website to download it, but you can also find it on other resource websites, but it is still recommended to download it from the official website.

Because the official website is in English, you need to have some basic knowledge to enter the website and find the corresponding resources. There is some introduction on the official website homepage, you can take a look.

Find the content shown in the picture below and click to enter the next page. Of course, there are multiple versions here, just find the one that suits you. Also, the latest one is not necessarily the best, because the latest one may not be stable enough, and it is not recommended to use the latest version. There are also some introductions to different versions, and you can take a look at which version is more suitable for your current project. On the next page, there will be some information introducing this version.

After clicking the previous step, you will enter this page, where there are many introductions to the Tomcat version you selected. If you don't want to read it, you don't have to read it and come back to it when you encounter problems later.

Go back to the previous page, find the content shown in the picture below, and click to enter, you will enter the download page. I have chosen the version shown below. Find download in the picture and click to enter.

For Linux, you need to download the package shown in the figure below.

Once the download is complete, you will need to open your FTP tool and upload it to your server. There are many FTP tools, all of which can be used.

Next, find the folder where you store tomcat, and then you can drag and drop the files directly into it.

Next, open Xshell, connect to Linux, and operate the file.

Next, decompress the file and install Tomcat. Before installing Tomcat, you need to install JDK first, otherwise Tomcat will not run.

I hope this helps. If you want to know how to install JDK, you can search online or find other content I wrote. I hope this helps. If you want to know how to install JDK, you can search online or find other content I wrote.

You may also be interested in:
  • How to configure multiple tomcats with Nginx load balancing under Linux
  • Explanation of several ways to run Tomcat under Linux
  • Linux centOS installation JDK and Tomcat tutorial
  • Installation of Tomcat9 and deployment of web projects under Linux CentOS
  • Tutorial on installing JDK Tomcat MySQL on Linux (remote access using Mac)

<<:  Understanding and using callback functions in JavaScript

>>:  A brief analysis of MySQL explicit type conversion

Recommend

Install nodejs and yarn and configure Taobao source process record

Table of contents 1. Download nodejs 2. Double-cl...

Tutorial on how to use profile in MySQL

What is a profile? We can use it when we want to ...

Example to explain the size of MySQL statistics table

Counting the size of each table in each database ...

Javascript Virtual DOM Detailed Explanation

Table of contents What is virtual dom? Why do we ...

Implementation of running SQL Server using Docker

Now .net core is cross-platform, and everyone is ...

VUE+Canvas implements the game of God of Wealth receiving ingots

Welcome to the previous canvas game series: 《VUE ...

In-depth understanding of umask in new linux file permission settings

Preface The origin is a question 1: If your umask...

MySQL merges multiple rows of data based on the group_concat() function

A very useful function group_concat(), the manual...

Docker case analysis: Building a Redis service

Table of contents 1 Create mount directories and ...

How to introduce Excel table plug-in into Vue

This article shares the specific code of Vue intr...

Docker-compose installation yml file configuration method

Table of contents 1. Offline installation 2. Onli...

Vue Beginner's Guide: Creating the First Vue-cli Scaffolding Program

1. Vue--The first vue-cli program The development...