Eclipse Tomcat Error

 

Servlet File 실행하자 다음과 같은 에러 발생

 

Several ports (8005, 8080) required by Tomcat v8.5 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).

 

default로는 8005, 8080 port로 에러가 뜰 것임.

 

 해결방법

 

1. CMD창 실행

2. netstat -naop tcp 입력

3. taskkill /f /pid xxxxx

4. Tomcat 재실행

 출처

 

https://kongpowder.tistory.com/77

https://shinye0213.tistory.com/162

https://java119.tistory.com/96

+ Recent posts