Idea Run Project times error Error running Tomcat8:address localhost:1099 is already in use__ software

Source: Internet
Author: User
Summary: Sometimes when you run a Web project, you encounter an error running tomcat8:address localhost:1099 is already in, causing the Web project to run. This blog describes the solution.

Sometimes when you run a Web project, you encounter an error running tomcat8:address localhost:1099 is already in, causing the Web project to run. This is obviously 1099 ports have been occupied, the solution is as follows:

The first step, the command prompt symbol, executes the command: Netstat–ano

Visible, the 1099-port process PID is 6072.

Step two, command prompt symbol, execute command: tasklist

Visible, the process that occupies the 8080 port is Java.exe
The third step, through Task Manager, terminates the process Java.exe

We're going to see 2 java.exe open, and it's all gone.

Fourth step, restart Tomcat to start normally

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.