-
[TIP-해결방법]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설치&설정 관련/Apache 2015. 2. 6. 16:30728x90
tomcat을 이용해서 문제 없이 기동되던 소스에서 다음과 같은 에러가 발생 하였다.
tomcat8 + Maven을 사용하는 환경 이었고, JSTL을 사용 중이 었다.
<!-- JSTL -->
<dependency>
<groupId>jstl</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>
에러 메시지
HTTP Status 500 - 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
해결 방법으로는 간단하게 $TOMCAT_HOME$/lib 에 jstl1.2.jar 파일을 추가 하면된다.WEB-INF/lib 에 jstl1.2 파일이 있음에도 상위 오류가 발생한다무조건 발생하는 것도 아니고, 어느 PC에서는 문제가 없지만 특정 환경에서는 발생하는 듯 하다.
참고 :
728x90'설치&설정 관련 > Apache' 카테고리의 다른 글
[Tomcat]Timezone 변경 방법 (0) 2017.01.10 [설정]Window7 (Apache+PHP) + Mysql 연동 (0) 2014.01.15 [설정]Windows7에서 PHP5.5.8 + Apache 2.2 설정 (2) 2014.01.15