일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 프로젝트 네임변경 후 이클립스 로딩시 에러
- grep
- docker 폐쇄망
- svn log
- svn dump
- svn commit
- xrdp
- svn 사용법
- expected at least 1 bean which qualifies as autowire candidate
- WH question
- apt-get update 오류
- ant
- svn 특정 리비전 사이 추출
- postgres install
- svn load
- Failed to download metadata for repo 'appstream'
- docker oracle12c
- 포스트그레스 설치
- svn
- taskkill
- VirtualBox
- svn 변경된 파일 추출
- javax.servlet.GenericFilter
- Cannot prepare internal mirrorlist: No URLs in mirrorlist
- Oracle install
- mysql dml
- Store password unencrypted
- Remmina
- NEXUS
- svn update
Archives
- Today
- Total
기억의 습작
spring boot 를 war로 출력하여 tomcat 서버에 올렸을 때 발생되는 오류 본문
tomcat 구동시 아래와 같은 오류가 발생되면 tomcat 버전을 최신으로 설치해 보시기 바랍니다.(tomcat 다운로드 링크)
아마도 tomcat/lib 에 있는 servlet-api.jar 파일 구 버전으로 인해 호환이 안되거나 파일이 없는 것 같습니다.
참고로 필자는 tomcat 9.0 으로 설치 후 잘 동작되는 것을 확인하였습니다.
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
|
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at org.apache.catalina.loader.WebappClassLoaderBase.findClassInternal(WebappClassLoaderBase.java:3205)
... 10 more
... 22 more
http://colorscripter.com/info#e" target="_blank" style="color:#e5e5e5text-decoration:none">Colored by Color Scripter
|
http://colorscripter.com/info#e" target="_blank" style="text-decoration:none;color:white">cs |
728x90
반응형
LIST
'Software > Spring' 카테고리의 다른 글
spring boot 실행시 profile 적용하기 (0) | 2021.08.26 |
---|---|
expected at least 1 bean which qualifies as autowire candidate (0) | 2019.09.07 |
기 생성된 DB 테이블을 자동으로 Entity 객체를 생성해 주면서 Queryfactory 객체까지 추가로 생성 (0) | 2019.09.01 |
jar 패키지로 생성된 spring boot 프로젝트를 war 패키지로 변경 (0) | 2019.08.30 |