netstat (1) 썸네일형 리스트형 [톰캣에러] 이미 사용 중인 포트 Port required by Tomcat Server at localhost is already in use 톰캣 서버 구동시 해당 포트가 이미 사용중이라는 오류 메세지 출력 오류 메세지 내용 Several ports (8005, 8080) required by Tomcat v9.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). - 8005, 8080 포트가 이미 사용되고 있다는 오류 메세지 해결 방법 포트번호로 PID를 찾아 프로세스를 종료하면 된다. W.. 이전 1 다음