error:Unable to read TLD "META-INF/tld/tiles-jsp.tld" from JAR filer

 在Eclipse中用tomcat启动项目,出现Unable to read TLD "META-INF/tld/tiles-jsp.tld" from JAR filer 错误异常


 发现是在项目WEB-INF/lib文件夹中引入jsp-api.jar文件导致的,因为tomcat已经有这个jar包,在项目jar包中再次引入导致错误, 把它从WEB-INF/lib文件夹中删除,重新编译运行就好了.

你可能感兴趣的:(eclipse,tomcat,jsp,Web)