Unable to read TLD from JAR file

Today I try myBatis project JpetStore,but it come up follow issues:

Unable to read TLD
>> "META-INF/stripes.tld" from JAR file
>> "file:/home/kaplan/projects/stripes/code/MavenEmail36WebApp/target/MavenEmail36WebApp/WEB-INF/lib/stripes-1.5.2.jar"

Root cause is JSP parser:
in pom.xml there is jsp-2.0.jar

, just comment it, if it is still in the lib, remove it mannually in tomcat webapp


 Remove 
jsp-2.0.jar


你可能感兴趣的:(File)