이클립스(Java EE)에서 Server -> new를 선택하여 Tomcat을 추가하려고 하는데 간혹 Server Name이 아무런 값도 안뜰 때가 있다. 이럴때 next버튼도 비활성화 되어있어 서버를 추가할 방법이 없다.

그럴 때는 이클립스를 완전 종료 후
"workspace디렉토리"/.metadata/.plugins/org.eclipse.core.runtime/.settings 디렉토리에서
"org.eclipse.wst.server.core.prefs", "org.eclipse.jst.server.tomcat.core.prefs" 두개의 파일을 지워 준 후에
이클립스를 재기동 해준다. 그럼 위 그림과 같이 Server name이 다시 활성화 되어있음을 확인 할 수 있다.