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
'AI Bootcamp > JSP' 카테고리의 다른 글
[JSP] Could not publish server configuration for Tomcat v8.5 Server at localhost. (0) | 2022.02.24 |
---|---|
[JSP] Server Tomcat v8.5 Server at localhost failed to start. (0) | 2022.02.18 |
[JSP] TEST 실습 (0) | 2022.02.11 |
[JSP] 로그인 실습 (0) | 2022.02.11 |
[JSP] 공부 사이트 정리 (0) | 2022.02.11 |