이클립스(Eclipse)에서 Tomcat Server를 새로 생성하려고 할 때,
Cannot create a server using the selected type 이 발생해서 서버 생성이 불가능 한 경우가 있다.
Cannot create a server using the selected type 해결 방법은 다음과 같다.
이클립스(Eclipse)를 종료 후,
작업중인 소스 폴더\.metadata\.plugins\org.eclipse.core.runtime\.settings 의 경로로 들어가서
아래의 두 파일을 지워준다.
org.eclipse.jst.server.tomcat.core.prefs
org.eclipse.wst.server.core.prefs
해당 파일을 삭제 후 Eclipse를 구동시켜서 서버를 생성해보면 아래와 같이 해결된다.