【发布时间】:2015-07-03 06:19:05
【问题描述】:
我在通过 Eclipse 将 Maven Web 项目部署到 Weblogic 12c 服务器时遇到此异常。
student.jsp:1:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %>
^----^
我尝试将 Maven 依赖项添加到部署程序集,但无济于事。当我在部署之前手动将 .tld 或 .jar 文件放入项目中的 /lib 时,它可以工作。
有什么建议吗?
【问题讨论】:
标签: eclipse maven spring-mvc weblogic