Tomcat can be started with port 80, but the browser does not display the tomcat homepage, 80 tomcat
1. Open and run (ctrl + r)-> Enter cmd-> OK-> enter netstat-ano
Result: Port 80 is occupied by system,
Open the process and find that it is occupied by the reference program with PID 4 (system process (pid = 4) occupies port 80)
Ii. Solutions
Open Control Panel-> system and security-> Administrative Tools-> Internet Information Service (IIS) Manager-> open-> right-click to stop operations, as shown in
In this way, the system process (pid = 4) occupies port 80 and solves the problem. Now, port 80 can be used properly by tomcat.
No. The default port number (no need to add the port number)
Note: If you cannot find the Internet Information Service (IIS) manager, see the following:
Control Panel-> Program-> enable or disable windows functions, such as (note that the content in the red box is checked, which must be the same as what I set)
In this way, you can see the Internet Information Service (IIS) Manager
Do you understand
Zookeeper