How to run a Maven Project In Tomcat From Eclipse

前端 未结 4 1920
被撕碎了的回忆
被撕碎了的回忆 2020-12-12 12:42

I am running a multi level maven project. It has webapps packaged as WAR, which depend on components packaged as JAR files

Most of the code changes that i do belong

4条回答
  •  盖世英雄少女心
    2020-12-12 13:22

    You get 'Unable to read TLD "META-INF/c.tld" from JAR file "file:..g/workspace/.metadata/.plugins' error with the current version of m2eclipse plugin with the above configuration.

    You need to delete servlet-api.jar and jsp-api.jar from the deployed projects lib/ folder to fix the above error, and setup custom build configuration so that the 2 files are not copied to the deployment directory.

提交回复
热议问题