Web Programing Link/JSP
컴퓨터 옮겨서 프로젝트 폴더 전체 복사할때
발라키르카
2017. 12. 18. 20:21
반응형
폴더 채로 import 한 후 실행했을때 다음과 같이 나온다면,
Several ports (8005, 8080, 8009) required by Tomcat v8.5 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).
이유1 : 톰캣서버 경로가 기존과 달라서 프로젝트에 제대로 저장되있지 않음
->해결: 프로젝트 우클릭 - properties - java build path - libraries - 톰캣서버 없을 것임.
여기서 add library 눌러서 server runtime - 아파치 톰캣 8.5 선택 후 피니시. - 적용