Summary of common port occupation methods in Windows

Source: Internet
Author: User

Recently, the computer slowed down and oracle was added. Good guy, I used more than 700 mb of memory. Finally, I decided to change all irrelevant startup services to manual ones. When Tomcat is started, the port usage error occurs again. Now we will summarize the port processing commands and methods.

1. View All connected PID

Start--Run-- Cmd, Enter netstat-ano

Find the PID corresponding to the port number and stop the PID from the task manager.Program.

2. View programs that occupy port 1433

① C:> netstat-ano | findstr "1433"

TCP 127.0.0.1: 1433 0.0.0.0 listening 4984

② C:> tasklist | findstr "4984"

Sqlservr.exe 4984 services 0 51,844 K

SQL Server occupies port "1433" and kill it.


Reprinted please indicate the source: http://blog.csdn.net/lizhengnanhua/article/details/8659855



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.