합쭈기 programming

log4j path 설정 본문

Java/Spring

log4j path 설정

innocent_k 2015. 6. 7. 16:48

web.xml

<listener>

    <listener-class>org.springframework.web.util.Log4jConfigListener</listener-class>

</listener>

<context-param>

    <param-name>log4jConfigLocation</param-name>

    <param-value>classpath:log4j.xml</param-value>

</context-param>


default는 classpath이다. classpath안에 있으면 명시하지 않아도 된다. 

'Java > Spring' 카테고리의 다른 글

url filter setting  (0) 2015.06.17
log4j 로그 출력이 안될때  (0) 2015.06.10
jUnit DB 테스트  (0) 2015.06.05
tiles 와일드카드 적용할때  (0) 2015.06.04
이클립스 - DBIO Search  (0) 2015.05.19