Tomcat: Basic Installation and Usage Tutorial

This article records the basic usage of Tomcat , mainly to strengthen memory.

installation steps

Step 1: Download and Install Java

Download address: http://www.oracle.com/technetwork/java/javase/downloads/index.html .

Install and set the JAVA_HOME environment variable:

Step 2: Download and unzip Tomcat

Download address: http://tomcat.apache.org/ .

Step 3: Modify the port number

.NET I use 80xx, Php I use 81xx, Java I use 82xx.

Modify D:\apache-tomcat-8.0.0-RC3\conf\server.xml:

copy code
 1 <Service name="Catalina">  2   3 <!--The connectors can use a shared executor, you can define

The post Tomcat: Basic Installation and Usage Tutorial first appeared on Lenix Blog .

This article is reprinted from https://blog.p2hp.com/archives/9860
This site is for inclusion only, and the copyright belongs to the original author.