반응형
SMALL
톰캣을 하도 많이 쓰다보니 포트가 겹쳤군요.
Port 9000 required by Tomcat v8.5 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). |
요런 에러가 발생하기도 합니다.
'Starting Tomcat'Starting Tomcat v8.5 Server at localhost' has encountered a problem. The server cannot be started because one or more of the ports are invalid. Open the server editor and correct the invalid ports. |
서버 더블클릭 > Overview로 보고 Port Number 수정
또는 server.xml 가서 수정
오라클 사용중이면 8080이 이미 사용중일 수 있으니 8090과 같은 포트를 사용하시면 됩니다.
반응형
LIST
댓글