기술지원 문의

resin-2.1.10에서 JSTL 사용하기
이상대 / 2004-12-28 00:28

RedHat 9.0 + j2sdk-1.4.2_05 + apache-1.3.33 + resin-2.1.10

위의 환경에서 JSTL을 적용시키려고 합니다.
그래서
test.jsp에서
<%@ taglib prefix=\"c\" uri=\"http://java.sun.com/jsp/jstl/core\" %>을 추가했는데

/test.jsp:1: `http://java.sun.com/jsp/jstl/core has no matching taglib-uri. The taglib uri must match a taglib-uri for a taglib specified in the web.xml or implicitly in a taglib.tld in the tag jar.

위와 같은 에러 메세지가 납니다.

어떻게 해야 할지...
초보자에게 설명 좀 해주세요.