오류 문구 :
Several ports (8005, 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).
해결 방법 :
다른 곳에서 Start 되고 있는 톰캣을 Stop 한다
하나의 포트를 사용하고 있기 때문에 충돌 발생 , 이클립스에서 사용할 거라면 다른 곳에 켜져있는 톰캣은 꺼야함