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

About MariaDB database in Linux

Table of contents About MariaDB database in Linux...

H tags should be used reasonably in web page production

HTML tags have special tags to handle the title of...

How to use JavaScript to implement sorting algorithms

Table of contents Bubble Sort Selection Sort Inse...

I have compiled a few cool design sites that I think are good.

You must have inspiration to design a website. Goo...

Docker Basic Tutorial: Detailed Explanation of Dockerfile Syntax

Preface Dockerfile is a script interpreted by the...

Summary of basic usage of js array

Preface Arrays are a special kind of object. Ther...

A brief discussion on the implementation principle of Vue slot

Table of contents 1. Sample code 2. See the essen...

MySQL 5.7 mysql command line client usage command details

MySQL 5.7 MySQL command line client using command...

Simple usage example of vue recursive component

Preface I believe many students are already famil...

MySQL5.7.27-winx64 version win10 download and installation tutorial diagram

MySQL 5.7 installation We are learning MySQL data...

In-depth analysis of the Linux kernel macro container_of

1. As mentioned above I saw this macro when I was...

How to build SFTP server and image server on Linux cloud server

First of all, you can understand the difference b...

Mysql online recovery of undo table space actual combat record

1 Mysql5.6 1.1 Related parameters MySQL 5.6 adds ...

Execute the shell or program inside the Docker container on the host

In order to avoid repeatedly entering the Docker ...