Tuesday, September 16, 2014

tomcat wont't start! who is using the port 8080?

Tomcat by default uses the port 8080 This morning I'm trying to use tomcat but the port 8080 is already in use. How to find the process that is using the port 8080? I use the command netstat with administrative rights PS C:\Windows\system32> netstat -anbo | findstr :80 TCP 0.0.0.0:8080 0.0.0.0:0 LISTENING 3016 TCP 192.168.0.100:49613 62.149.131.177:80 ESTABLISHED 3936 TCP [::]:8080 [::]:0 LISTENING 3016 then I find that process with PID 3016 is using the port 8080 I configure the task manager to show the PID of the processs so I get the name of the process that is using the port 8080

No comments: