[Server] Eclipse Server already in use
문제상황
다음과 같은 에러 메세지가 뜨면서 서버가 켜지지 않음
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
Author And Source
이 문제에 관하여([Server] Eclipse Server already in use), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://velog.io/@nsunny0908/Server-Eclipse-Server-already-in-use저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)