`
longxia1987
  • 浏览: 32959 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

windows 如何查看端口被占用

 
阅读更多

启动tomcat的时候,经常端口被占用

查看占用端口的命令:

netstat -aon|findstr "80"



找到占用该端口的进程:

tasklist|findstr "1892"



杀掉进程

taskkill /f /t /im httpd.exe


分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics