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 |
Tags
- Hashtable
- 추상클래스
- MSA
- 객체형변환
- object
- start()
- reference
- methodArea
- arguments
- 콘크리트클래스
- hashCode
- overload
- eclipse
- abstractclass
- ALTER
- 생성자
- constantnumber
- Polymorphism
- Eureka
- class
- fuction
- super
- Vector
- concreteclass
- garbagecollection
- string
- hamobee
- value
- run()
- override
Archives
- Today
- Total
뇌운동일지
[Spring] could not open jdbc connection for transaction 본문
DB 접속 정보를 jdbc 에서 jndi 로 변경 후, 서버 재실행할 경우, 이러한 오류가 발생했다.
could not open jdbc connection for transaction
java.sql.sqlexception no suitable driver
java.sql.SQLException: cannot create jdbc driver of class '' for connect url 'null'
web.xml applicationContext.xml
tomcat server 의 context.xml 등을 모두 확인했는데도 반복적으로 오류 발생
-> maven build 다시해서 해결했다.
'Spring' 카테고리의 다른 글
[Spring] framework VS library, sqlSession, Spring Service Layer (0) | 2021.03.23 |
---|---|
CORS (0) | 2021.03.11 |
JNDI (0) | 2021.03.11 |
spring 에서 .xml 설정 이해하기 (0) | 2021.03.09 |
spring 실행순서 (0) | 2021.03.09 |
Comments