Configuring and using decompression version of tomcat

This example uses the decompressed version tomcat8.5; 

File Sharing: https: //pan.baidu.com/s/15Sp9VVi0ST13ttaLFqJHUg

In fact, the use of decompressed version is very simple and requires only startup.bat shutdown.bat in the bin directory of the tomcat use Notepad to open in @echo off newline add two lines of configuration information on the list:
the SET JAVA_HOME = D: \ Program Files \ the Java \ jdk1.8.0_131
the SET CATALINA_HOME = D: \ Program Files \ tomcat8.5 \ Apache Tomcat-8.5.32-

The first is the configuration is jdk information:


The second is tomcat Location:


Final Results:


After the configuration: Click Start startup.bat
input in the browser: http: // localhost: 8080 /
can see the cat

Click shutdown.bat shut down
----------------
Disclaimer: This article is the original article CSDN bloggers "carrot No. 88", and follow CC 4.0 BY-SA copyright agreement, reprint Please include links to the original source and this statement.
Original link: https: //blog.csdn.net/weixin_36208125/article/details/81812081

Guess you like

Origin www.cnblogs.com/smile502/p/12324552.html