본문 바로가기

IT/자바 에러모음

톰캣 에러 'Publishing to Tomcat v8.0 Server at localhost..' has encountered a problem.

출처 :  https://m.blog.naver.com/PostView.nhn?blogId=noupurum&logNo=220738799488&proxyReferer=https%3A%2F%2Fwww.google.co.kr%2F



 

Details를 클릭해 보면 multiple Context.. 라는 내용이 나온다.


이럴때는!

이클립스 왼쪽 Servers 아래 Tomcat v8.0 Server at localhost-config 에서 server.xml을 연다.

Ctrl+F 로 CONTEXT를 검색해보면 찾기 더 쉽겠지...

그러면 캡쳐 화면처럼 <Context> 태그가 두개로 되어있음을 볼 수 있다.


위와 같이 뒷부분에 있는 context 태그를 하나 지워준다.