일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Linux
- 집계 함수
- java
- DB접속
- 3306
- 조인
- foreignkey
- now()
- cmd
- 테이블
- pytthon
- 입력
- 줄바꿈
- word wrap
- 삭제
- primarykey
- 데이터타입
- visual studio code
- date_add
- 서브쿼리
- live server
- EQUI
- 데이터베이스
- substring
- MySQL
- 리눅스 명령어
- DISTINCT
- 생성
- groupby
- select
- Today
- Total
재유's
[Error] Eclipse에서 Tomcat 실행시 에러 Error configuring application listener of class org.springframework.web.context.ContextLoaderListener 본문
[Error] Eclipse에서 Tomcat 실행시 에러 Error configuring application listener of class org.springframework.web.context.ContextLoaderListener
Stella_NY 2019. 4. 19. 01:30Eclipse에서 Tomcat 구동 에러 ( maven 사용시 )
심각: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1688)
maven을 사용하면서 계속 뻑나길래
maven > update project를 해줬더니 java build path에서 java 버전이 계속 다운그레이드 되고 complier도 다운그레이드 되고 ㅜ
에러는 해결되지 않고...
(물론 .m2 repository폴더도 삭제 해봤지만 해결이 안됫다.)
그러다 위와 같은 에러가 뜨길래 또 뭐양! 했더니 1도 모르겠어서 폭풍 구글링을 했더니 해결 방법이 40분만에 나왔다 ㅜㅜ
이 경우 maven dependenct를 등록해주면 된다길래
응? 여태까지 했었으니 된 거 아닌가 했지만 maven > update project해주면 종종 날라간다고 한다 ㅋㅋ
그래서 추가해줬다...
해결방법
프로젝트 > properties > Deployment Assembly 에서
Add를 눌러 Java Build Path Entries > Maven Dependencies 선택 후, Apply
그리고 tomcat을 restart 한다.
maven 에서 "Update Project Configuration"를 실행하는 경우,
해당 정보가 삭제되므로 다시 등록해주면 된다.