我的GoDaddy服務器出現以下問題。 我正在使用JSP和JSTL庫。我的/ WEB-INF/lib文件夾包含以下庫:JasperException:絕對URI:無法解析http://java.sun.com/jsp/jstl/core
的jstl.jar standard.jar
我的JSP看起來是這樣的:
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<p>Hello! <%
out.print(System.getProperty("java.class.path"));
%></p>
但我不斷收到以下異常:
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
任何想法,爲什麼它這樣做?
您使用的是哪種版本的JSTL? – 2010-03-11 18:21:00
正如你明確提到的Godaddy,我可以假設它只是在本地開發環境中工作嗎?如果是這樣,你的'web.xml'看起來像什麼? – BalusC 2010-03-11 18:33:16