Linux download tomcat (xshell remote login server)

Tomcat download address https://tomcat.apache.org/
insert image description here
You can choose the appropriate version to download in the download location
insert image description here

insert image description here
XFtp enters /usr/local, put apache-tomcat-9.0.73.tar.gz in and
insert image description here
decompress:

tar -zxvf apache-tomcat-9.0.73.tar.gz

Heavy Naming:

mv apache-tomcat-9.0.73 tomcat

Delete the compressed package:

rm -f apache-tomcat-9.0.73.tar.gz

insert image description here
Enter the bin directory of the directory tomcat:

cd /usr/local/tomcat/bin/

start up:

./startup.sh

insert image description here
View tomcat startup effect:

Enter the public network IP + 8080 (the default port of 8080) in the browser,
insert image description here
which means that Tomcat has been successfully installed on Linux.

Guess you like

Origin blog.csdn.net/qq_40713201/article/details/130070595
Recommended