톰캣 에러 중 Port 8080 required by Tomcat v10.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). 이 에러는 이미 포트번호를 쓰고 있어서 나오는 에러이다. 나같은 경우에는 맥북에 docker를 연결해서 사용하기에 docker 포트번호 8080이라 동일한 포트번호를 써서 나오는 문제이다.