Tomcat won't start - how to check that port 8080 is not in use
Open up a command prompt and run
netstat -ano | findstr 8080
Rightmost column is PID
In task manager you can add column for PID then find the app that is using the port.
Open up a command prompt and run
netstat -ano | findstr 8080
Rightmost column is PID
In task manager you can add column for PID then find the app that is using the port.