Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- DB
- JSON
- SeLinux
- 리눅스
- NetBeans
- error
- File
- Linux
- jquery
- input
- html
- javascript
- CentOS
- php
- tomcat
- properties
- curl
- Spring
- ajax
- MySQL
- 톰캣
- 안드로이드
- Android
- 정규식
- 이클립스
- junit
- java
- 와일드카드
- larravel
- laravel
Archives
- Today
- Total
합쭈기 programming
log4j path 설정 본문
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 |