[ Error ]
Port 8080 required by Apache Tomcat v8.5 (4) 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).
프로젝트에 서버 새로 등록할때마다 충돌하는 포트 번호 바꾸기 귀찮으면
톰캣 폴더 server.xml 에서
<Connector connectionTimeout="20000" port="8090" protocol="HTTP/1.1" redirectPort="8443"/>
8080 -> 8090
이렇게 포트번호 수정
'JSP > Problems' 카테고리의 다른 글
서버가 여러 개 등록된 경우 삭제하는 방법 (0) | 2019.06.04 |
---|---|
The superclass "javax.servlet.http.HttpServlet" wsa not found on the Java Build Path (0) | 2019.06.04 |
The import com.oreilly cannot be resolved (0) | 2019.05.17 |
port 8080 required by tomcat (0) | 2019.05.17 |
invalid relational operator 오류 해결 (0) | 2019.05.10 |