[Server] Eclipse Server already in use

753 단어 errorerror

문제상황

다음과 같은 에러 메세지가 뜨면서 서버가 켜지지 않음

Several ports (8005, 8080, 8009) required by Tomcat v7.0 Server at localhost are already in use.
The server 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).

원인

포트를 이미 다른 곳에서 사용중이다.

해결

1. cmd에 접속해 포트를 사용하고 있는 pid를 확인한다.

netstat -a -n -o -p tcp

2. 해당 pid를 강제종료한다.

taskkill /f /pid 4444

좋은 웹페이지 즐겨찾기