tomcat 이 사용하고 있는 Port 확인

$ netstat -an | grep 8080

terminal mac 에서 tomcat 이 사용하고 있는 Port 를 Kill

kill -9 $(lsof -t -i:8080)

+ Recent posts