...and The Tomcat connector configured to listen on port 8080 failed to start
im also using TCPview, so witch process should i stop in the picture
whats more, im working under spring-boot so i cant configure the port
...and The Tomcat connector configured to listen on port 8080 failed to start
im also using TCPview, so witch process should i stop in the picture
whats more, im working under spring-boot so i cant configure the port
so which process should i stop
The process with ID 6076
im working under spring-boot so i cant configure the port
Using Spring Boot doesn't stop you from configuring the port. If you are using an embedded container you can set the server.port
property. If you are deploying a war to a standalone container then you can use the container's standard mechanism for configuring the port on which it listens.