기본 Spring MVC 프로젝트 생성 기존 연습프로젝트 소스 분석 1. web.xml welcom file list index.jsp encoding filter : EUC - KR 설정 encodingFilter org.springframework.web.filter.CharacterEncodingFilter encoding EUC-KR filter mapping : *.do 연결 encodingFilter *.do context-config 연결 : contextConfigLocation contextConfigLocation classpath:springConfig.xml listener 연결 : org.springframework.web.context.ContextLoaderListener or..