Current location - Quotes Website - Team slogan - Urgent! How to solve the address that is already in use: JVM _ bind

After executing the netstat -ano command, we found that the PID of the process occupying port number 8080 is 3620, and we need

Urgent! How to solve the address that is already in use: JVM _ bind

After executing the netstat -ano command, we found that the PID of the process occupying port number 8080 is 3620, and we need

Urgent! How to solve the address that is already in use: JVM _ bind

After executing the netstat -ano command, we found that the PID of the process occupying port number 8080 is 3620, and we need to find the process name corresponding to the process number.

In order to find the process name corresponding to the process number, we use the tasklist command, as shown in the following figure:

We found that ThunderPlatform.exe occupied port number 8080, so we can release port number 8080 by directly ending this program with task manager.

Modify tomcat's configuration file and change its default port to other unused ports. Find the installation directory of tomcat and the server.xml file in the conf folder:

Change the connector port to another port number. In Myeclipse8.0, just restart the Tomcat server.

Let's record how to configure tomcat server in Myeclipse8.0.

Click Configure Server:

Select tomcat 6.x as enabled, click Browse button, select tomcat installation directory, and click OK, as shown in the following figure:

After successfully starting the tomcat server, enter the following address to display the login interface:

http:// 192. 168. 1. 125:8099/board server/log in . JSP