Port 8005 required by Tomcat v9.0 Server at localhost is 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). 서버실행중 아래와같은 오류가 나는경우가 있다. 이런경우는 WAS재시작을 위한 포트가 이미 사용중이기 때문에 나는 에러인데 해결방법 : 방법1. --> 실행중인 다른서버를 종료 - 나같은경우는 이클립스가 2개 켜있었는데 다른 이클립스에서 서버를 실..