개발도구/WAS

eclipse error - 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

노루아부지 2020. 3. 4. 11:24

org.apache.catalina.core.ApplicationDispatcher invoke
심각: Servlet.service() for servlet jsp threw exception
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 at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:55)

 

위와 같은 오류가 발생하면 jstl.jar (ex. jstl-1.2.jar) 파일을 tomcat/lib 폴더로 복사 합니다.

WEB-INF/lib 폴더 밑에 jstl.jar 파일이 있거나 maven으로 jstl을 추가했더라도 위와 같은 오류가 발생할 수 있습니다.

728x90
loading