src/main/webapp/WEB-INF/spring/root-context.xml
스프링과 관련된 설정을 할 때 웹 자원과 관련되지 않은 모든 자원의 설정을 위하여 존재한다.
src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml
웹과 관련된 설정은 appServlet/servlet-context.xml 파일로 분리하여 관리한다.