학원- 집 옮겨다니면서 파일 관리 하기 위해서는

web.xml 파일을 overriding(무효화) 해주면 된다.

따라서, 내 프로젝트에 web.xml을 포함시킬 것이야.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/6d8df1ca-45be-429a-a737-bfecf7672cd0/Untitled.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/0e22eb0a-16c5-43da-bb73-31bdbfa4b22f/Untitled.png

파일명이 동일해야 overriding (오버라이딩)이 가능하다.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/4b6e64c3-1e7f-4a5d-a035-d3d0ceb9bea2/Untitled.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/85ea0353-7b48-4458-9a5f-093f8aee7442/Untitled.png

원래 서버 내에 있던 web.xml로 가서 <web-app> 태그의 시작 부분을 복사해준다.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/ab1a9ec9-843d-411d-be6e-639ffee2cf3a/Untitled.png

내가 만든 (자식)web.xml에 붙여 넣는다.

닫는 태그가 없어서 당연히 오류난다 지금은!