오류일지
[오류일지]The selection cannot be run on any server.
devRobin
2022. 6. 21. 16:38
오류 발생 원인: 프로젝트에 서버가 제대로 등록되지 않아서 발생하는 오류.
해결 순서
1. 프로젝트를 선택하고 오른쪽 버튼을 누르고 Properties를 선택한다.
2. [Properties] 대화상자가 나타나면 [Server] 메뉴를 선택.
3. "Always use the following server when running this project" 목록에서 Tomcat v8.5 Server at localhost를 선택해주고 Apply and Close를 누르자. 이러면 해결!
https://kimsaemjava.tistory.com/166
[톰캣오류]the selection cannot be run on any server
위와 같은 오류가 발생하는 경우 서버로 웹 관련 Application이 실행되지 않기 때문에 아무것도 할 수가 없습니다. 프로젝트에 서버가 제대로 등록되지 않아서 발생하는 오류입니다. 프로젝트를
kimsaemjava.tistory.com