IT노트/eGov&Spring F/W
<context- param>
wychoi
2015. 1. 30. 23:05
<context- param>
/WEB-INF/config 에 있는 "context-"로 시작하는 xml 파일을 서버 구동 시 모두 물고 올라오도록 한다.
Web.xml
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>/WEB-INF/config/context-*.xml</param-value>
</context-param>