Error/Eclipse

Error : Several ports (8005, 80, 8009) required by Tomcat v6.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 ..

꼽등이 2015. 11. 19. 16:35

에러설명을 읽어보면 포트들이 이미 사용되고 있다는 얘기.



해결방법 : 


1. 톰캣이 설치된 디렉토리로 이동하여 shutdown.bat를 실행해 보세요. :0

2. 명령 프롬프트 -> "netstat -a -o" -> 해당하는 포트를 찾아서 "taskkill /f /pid 0000"