taglib - Apache tomcat 8 Mandatory TLD element tlib-version missing or empty in TLD -


i have issue tomcat 8, not occur when web application run in tomcat 7. details of error

org.apache.jasper.jasperexception: mandatory tld element tlib-version missing or empty in tld /web-inf/tags.tld org.apache.jasper.compiler.defaulterrorhandler.jsperror(defaulterrorhandler.java:55) org.apache.jasper.compiler.errordispatcher.dispatch(errordispatcher.java:277) org.apache.jasper.compiler.errordispatcher.jsperror(errordispatcher.java:75) org.apache.jasper.compiler.taglibraryinfoimpl.<init>(taglibraryinfoimpl.java:210) 

the header of tags.tld

<taglib> <tlib-version>1.0</tlib-version> <jsp-version>2.2</jsp-version> <short-name>eft jsp helpers</short-name> 

...etc

so why fine in tomcat7 , not 8 ?

versions 8.0.23 , 7.0.62, thanks

so managed figure out how resolve self-answer

there issue tld , instead of on tomcat 8. after change , re-deploy working expected


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -