창고/버그버그 👀

[ SPRING ] The absolute uri: http://java.sun.com/jsp/jstl/core 에러

에러 :

심각: Servlet.service() for servlet [jsp] in context with path [] threw exception [The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application] with root cause
org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application

 

원인 :

Maven Dependencies에 해당 jar파일이 있다면 서버 구동시에 자동으로 톰캣이 인식하여 라이브러리를 다운받아서 사용하는 것이 정상인데 이클립스 오류인지 계속 인식하지 못했다.

 

해결 : 

직접적인 톰캣 경로에 해당 jar파일을 넣어주었다. ( ex WEB-INF -> lib )