Server

💻 Programming/Spring

[Tomcat/Error] 서버 에러 : Several ports (8005, 80) required by Tomcat v9.0 Server at localhost are already in use.

Several ports (8005, 80) 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). 톰캣이 사용하는 포트가 사용중이어서 발생한 오류이다. cmd 창을 열어 사용중인 포트와 pid를 확인한다 netstat -p tcp -ano 8005 포트가 에러떴으므로 8005의 pi..

soozkim
'Server' 태그의 글 목록