Search code examples
windowstomcat

Port 8005 is used By Windows 10 System Process


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).

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?

EDIT: Not duplicate question. I don't have another Tomcat installation, the problem comes from a windows process, not for another tomcat instance.


Solution

  • The problems comes from a Windows Service:

    https://www.niallbrady.com/2017/02/15/how-can-i-use-express-updates-when-patching-windows-10-with-quality-updates-in-system-center-configuration-manager-current-branch/

    Not from another Tomcat instance.