Win10 configuration tomcat environment variables tutorial diagram

Win10 configuration tomcat environment variables tutorial diagram

Before configuration, we need to do the following:

1. First install jdk blogger jdk version is 1.8

2. Download tomcat address "https://tomcat.apache.org/download-80.cgi"


3. Unzip to an English folder with a shorter path, such as: D:\apache-tomcat-8.5.5;


Configuration process:

In Environment Variables, System Variables, click [New]

Fill in the "Variable Name" column: CATALINA_HOME (must be capitalized)

Fill in the "Variable Value" column: D:\Program Files\Tomcat (the path of the previously unzipped file)

After filling in, click [OK]


Configure the Path variable:

Select the Path variable and double-click the Path variable. Select [New] in the pop-up box and fill in the blank space where the cursor is flashing: D:\apache-tomcat-8.5.5\bin


Detection:

Return to the computer desktop, press the shortcut key "Win+R", enter "cmd", and then enter startup;

Because the blogger has not configured the tomcat encoding, the tomcat garbled characters appear, which does not affect normal use;


Open the browser, enter: localhost:8080 and press Enter;


A kitten appears and you are done!

The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

You may also be interested in:
  • Detailed tutorial on installing Tomcat server and configuring environment variables on Win10 (picture and text)
  • Detailed configuration of Apache2.2+Tomcat7.0 under Windows 7
  • How to configure load balancing with nginx+tomcat under Windows
  • Tomcat7.0 configuration tutorial under Win7 system
  • Tomcat server installation and configuration tutorial (win7)
  • How to install Tomcat server and configure virtual directory in Windows system
  • How to configure two or more Tomcat startups under Windows
  • How to install and configure Tomcat7.0 under window7
  • Windows Tomcat configuration complete [detailed]

<<:  JavaScript parseInt() and Number() difference case study

>>:  Summary of some thoughts on binlog optimization in MYSQL

Recommend

How to build a redis cluster using docker

Table of contents 1. Create a redis docker base i...

Detailed explanation of Vue3's responsive principle

Table of contents Review of Vue2 responsive princ...

Implementing a table scrolling carousel effect through CSS animation

An application of CSS animation, with the same co...

Detailed installation and configuration of hadoop2.7.2 under ubuntu15.10

There are many Hadoop installation tutorials on L...

Detailed example of MySQL exchange partition

Detailed example of MySQL exchange partition Pref...

MySQL 5.7.17 installation and configuration method graphic tutorial (windows10)

MySQL 5.7.17 installation and configuration metho...

How to implement remote access control in Centos 7.4

1. SSH remote management SSH is a secure channel ...

MySQL 8.0.19 installation and configuration tutorial under Windows 10

I will be learning MySQL next semester. I didn...

How to view the network routing table in Ubuntu

What are Routing and Routing Table in Linux? The ...

W3C Tutorial (14): W3C RDF and OWL Activities

RDF and OWL are two important semantic web techno...

MySQL stored functions detailed introduction

Table of contents 1. Create a stored function 2. ...

Web Design TabIndex Element

TabIndex is to press the Tab key to sequentially o...