Tomcat installation illustration
1. First we can search for the tomcat7.0 installation file on Baidu and download it to your computer. Then double-click it. On the installation page, click Next to start installation.
2. Go to the apache tomcae setup interface, and click I agree to the installation protocol.
3. As shown in the following figure
4. We can keep the default settings for other options. You can set the username and password as needed.
5. After clicking Next, the following figure is displayed, and the JRE location is automatically found. If you have not installed JRE, you can modify the location to the JDK Directory (many users cannot compile JSP after installation, JRE is not found here. Please install JDK first and point this directory to the JRE or JDK directory correctly ).
6. Go to the next page and click atat7.0 installation path.
7. Click to start installation
8. Complete Installation
Note:
After the installation is complete, enter http: // localhost: 8080 in the browser. If you are using port 80, you can use localhost directly.