[Window] 프로세스 검색 및 kill
Port 8080 required by Tomcat v8.0 Server at localhost is already in use. There may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s).로컬에서 계속 8080 , 8443 포트를 사용하는 프로세스가 존재한다고 tomcat start가 안될 때 등등 사용 1. 프로세스 검색netstat -ano | findstr 8080 2. 프로세스 죽이기taskkill /f /pid 38792