Tomcat server installation and configuration

Tomcat server installation and configuration

First we have to download Tomcat

Download link: https://tomcat.apache.org/download-80.cgi When
downloading, it is best to choose version 8.5, because it is relatively stable (stable version)
Insert picture description here

Unzip after downloading

[External link image transfer failed. The origin site may have an anti-leech link mechanism. It is recommended to save the image and upload it directly (img-BkwH0Opr-1581221791620)(./Tomcat installation and configuration/tomcat2.png)]

Next we need a Tomcat configuration environment variable, find "this computer" and then right click to find "Properties" clickInsert picture description here

Click Advanced System Settings, select "Advanced", and then click "Environment Variables".

Insert picture description here

Click "New", fill in the variable name "CATALINA_HOME", find the directory path where Tomcat is located through "Browse files", click "Open", and then click "Confirm".

Insert picture description here

Then find the "Path" directory, click "Edit", then click "New", fill in "%CATALINA_HOME%/bin", and click "OK".

Insert picture description here

To sum it up!

In fact, the configuration environment routines are these routines, whether it is JDK or
SDK, in fact, it is for the system to find what we need, so that the system can operate it!

Guess you like

Origin blog.csdn.net/weixin_44676935/article/details/104233369