Error: "Complex type: servlet-nameType Description : The servlet-name element contains the canonical name of the servlet. Each servlet name is unique within the web application." in Web.xml
해결: maven 설정 파일인 pom.xml에서 war 패키징 플러그인의 설정에 어떤 web.xml을 포함할지 명시적으로 기술해야 함.
실제 수정이 이루어진 커밋: e96a57b
Error: "Complex type: servlet-nameType Description : The servlet-name element contains the canonical name of the servlet. Each servlet name is unique within the web application." in Web.xml
해결: maven 설정 파일인 pom.xml에서 war 패키징 플러그인의 설정에 어떤 web.xml을 포함할지 명시적으로 기술해야 함.
실제 수정이 이루어진 커밋: e96a57b