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的解决办法
网上查了很多资料,基本上都是要将tld文件放到WEN-INF中然后配置web.xml文件。试过,都不行。
结果发现,还是配置问题,我是在server.xml中将我的工程配置成了自动启动
<Context path="/站点名称" docBase="工程的物理路径\WebRoot" reloadable="true"/>
只要把这个Context去掉后,将myeclipse中的工程deploy到server中运行就能正常工作。

浙公网安备 33010602011771号