Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- jenkins
- @SqlResultSetMapping
- jquery
- custom filter
- JBoss Seam
- ibatis
- MySQL
- jstl
- JPA
- zabbix
- SVN
- rember me
- maven
- Hudson
- guvnor
- spring security
- jquery serialize
- spring jpa
- gwt-ext
- bootstrap jquery datepicker
- java tip
- Spring
- spring transaction
- drools
- Drools Fusion
- CEP
- gwt
- COC
- querydsl
- GEventEvaluator
Archives
- Today
- Total
봉 블로그
maven webapp tomcat run in eclipse 본문
maven webapp project 를 eclipse의 tomcat 으로 run 하기위한 체크리스트
1. Project Facets : Dynamic Web Module, Java 항목 체크 ( + Further configuration available... 클릭 경로 설정)
여기까지는 여러 블로그에서 많이 설명하고 있음.
실제 tomcat server 에 프로젝트 등록하고 run 하면 dependency lib 가 배포가 안되는경우가 있음. 그럴땐 아래를 설정해야함.
2. Deployment Assembly 경로 설정.