본문 바로가기

Web/Jsp

이클립스 톰서버 오류 해결

Several ports (8090, 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).

 

->cmd에서 포트 8080, 8090을 종료한다

 

cmd에서 액세스 권한으로 종료할수 없다. 라는 오류 나옴

 

->cmd을 우클릭한 후 관리자 권한으로 접근하여 taskkill /f /pid (8080 핀)

 

정상적으로 작동한다.

'Web > Jsp' 카테고리의 다른 글

JSP 용어 정리2  (0) 2021.05.28
JSP 용어 정리1  (0) 2021.05.27
이클립스 기능  (0) 2021.01.18