问题描述
从今天起,端口 8005 用于 Windows 系统进程.当我尝试访问 url http:localhost:8005 时,我可以看到一个空白网页,没有代码,也没有来自任何 Web 服务器的信息(没有欢迎网页或类似网页).
Since today, the port 8005 is used for a Windows System Process. When i try to acces to the url http:localhost:8005 ,i can see a Blank Web Page, with no code and no info from any Web Server (No welcome web page or similar).
使用 netstat 命令我可以看到使用这个端口的进程是系统进程.知道为什么 Windows 突然使用这个端口吗?
With the netstat command i can see that the process that uses this port is System process. Any idea why windows is using suddenly this port?
不是重复的问题.我没有安装另一个Tomcat,问题来自windows进程,而不是另一个tomcat实例.
Not duplicate question. I don't have another Tomcat installation, the problem comes from a windows process, not for another tomcat instance.
推荐答案
问题来自 Windows 服务:
The problems comes from a Windows Service:
不是来自另一个 Tomcat 实例.
Not from another Tomcat instance.
这篇关于端口 8005 被 Windows 10 系统进程使用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!