<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>
'IT노트 > eGov&Spring F/W' 카테고리의 다른 글
Spring Remote (RMI) 예제 (0) | 2015.01.30 |
---|---|
[Spring 레퍼런스] 20장 스프링을 사용한 원격작업(remoting) 및 웹 서비스 #1 (0) | 2015.01.30 |
전자정부 프레임워크 3.0 :: 6 홈페이지 구조 및 흐름 이해하기 (0) | 2015.01.30 |
Interceptor 와 Filter 의 차이점 (0) | 2015.01.30 |
The Spring Tool Suite™ (STS) (0) | 2015.01.30 |