- others
[Eclipse&STS] 톰캣 등록 오류
HalfStroage
2020. 4. 20. 11:54
반응형
기존에 톰캣을 등록하여 사용하다가,
톰캣 경로를 변경하여 신규로 추가하려고 하다보니 아래와 같이 추가할 수 없었습니다.
출처 : http://www.eclipse.org/forums/index.php/t/453143/
- 해결방법 : 툴 종료 후 하기 경로의 파일 2개 삭제
- path : {workspace}/.metadata/.plugins/org.eclipse.core.runtime/.settings
- file : org.eclipse.wst.server.core.prefs, org.eclipse.jst.server.tomcat.core.prefs
- 재구동 후 정상화 확인했습니다.
반응형