-
NameNotFoundException 에러처리방법Web/JSP 2018. 7. 26. 22:56
에러가 떠서 며칠을 고생했는데 정말 간단한 거였다. ㅜㅜ
javax.naming.
NameNotFoundException: Name [jdbc/oracleDB] is not bound in this Context. Unable to find [jdbc]. java.lang.NullPointerException
wep.xml에 추가 단, </welcome-file-list> 밖에 넣어야 한다.
<resource-ref>
<description>DB Connection</description>
<res-ref-name>jdbc/oracleDB</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
</resource-ref>
그럼끝
반응형'Web > JSP' 카테고리의 다른 글
Servlet이란? (0) 2018.12.16 JSP 개발환경 구축방법 (0) 2018.12.15 에러처리 ORA-12560 , ORA-12505 완전쉽다. (0) 2018.07.29 ora-00913: too many values에러처리방법 (0) 2018.07.26 The Network Adapter could not establish the connection 오류 (0) 2018.07.18