기타
이클립스 context root cannot be empty 오류 해결방법
현호s
2023. 2. 24. 16:17
반응형
# context root cannot be empty 해결방법
1. 설정 변경
- 일반적으로 구글링 시 나오는 내용
- 프로젝트 우 클릭 > Properties > Web Project Settings 에서 Context root 를 변경해준다.
2. 설정 변경
- windows > show view > Navigator
- org.eclipse.wst.common.component 에 property 추가.
<property name="context-root" value="넣을값입력"/>
반응형