Current location - Quotes Website - Team slogan - I just started tomcat and said that the port is occupied by 8005. My tomcat port is 8080. What will happen if 8005 is occupied?
I just started tomcat and said that the port is occupied by 8005. My tomcat port is 8080. What will happen if 8005 is occupied?
Port 8005 is used to close the TOMCAT service.

1. Enter CMD in operation.

2. Enter netstat -ano in the startup window, you can see the occupation of all ports, and write down the PID of the program occupying port 8005.

3. Open the Task Manager, click View in the menu bar, click Select Column, and then select PID (Process Identifier).

4. Find a corresponding PID value in the process and end the process.

Or you can change 8005 to another port in the configuration file.