JDK8 + apache-tomcat8.5.49 configuration

A first portion disposed jdk8

The first step to find the installation package (this is my downloaded)

Here Insert Picture Description

The second step click the .exe file allows installation

Here Insert Picture Description
Here Insert Picture Description

The third step is to configure the default installation of safety to address my c drive

(Note: If you install to a different disk, after the post-tomcat startup file is not found, the configuration is too much trouble, all the safety recommendations to the c drive)
Here Insert Picture DescriptionHere Insert Picture Description

The fourth step install java environment

(At this point I was still safe to the default location)
Here Insert Picture DescriptionHere Insert Picture Description

The fifth step configuration environment variable
variable path
CLASS_PATH ;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar
JAVA_HOME C:\Program Files\Java\jdk1.8.0_131
path %CATALINA_HOME%\lib
path %CATALINA_HOME%\bin

(Recommended route Writing Tips: Find the file location, or simply browse the directory replication paths)

Here Insert Picture DescriptionHere Insert Picture Description
Here Insert Picture Description

The sixth step verification is successful

Here Insert Picture Description

A second portion disposed apache-tomcat8.5.49

The first step to download the installation file

Here Insert Picture Description

The second step configuration environment variable
variable path
CATALINA_BASE E:\apache-tomcat-8.5.49
CATALINA_HOME E:\apache-tomcat-8.5.49
Add path under %CATALINA_HOME%\lib
Add path under %CATALINA_HOME%\bin

Here Insert Picture DescriptionHere Insert Picture Description

The third step service.ba

[Entering the tomcat bin directory]
[service.bat install]
Here Insert Picture Description

The fourth step start tomcat

Here Insert Picture DescriptionHere Insert Picture Description

The fifth step verification

[Http: // ip address: 8080 /]
Here Insert Picture Description

life

Although sometimes not to be optimistic, some dreams have to be efforts to do so.
Life is so, efforts to work with, good luck came into being.

Published 278 original articles · won praise 56 · Views 100,000 +

Guess you like

Origin blog.csdn.net/qq_41901122/article/details/104784002