chap 5 example 5 taglib definition inconsistent
Hi,
I get following error deploying ch05.war --
Sep 8, 2013 5:36:01 PM org.apache.catalina.startup.ContextConfig parseWebXml
SEVERE: Parse error in application web.xml file at jndi:/localhost/ch05/WEB-INF/web.xml
org.xml.sax.SAXParseException; systemId: jndi:/localhost/ch05/WEB-INF/web.xml; lineNumber: 13; columnNumber: 16; Error at (13, 16) : taglib definition not consistent with specification version
I have tried to change schema and version number to 3.0 but in vain --
schema = "...web-app_3_0.xsd"
version="3.0">
Am I missing something ? please let me know.
Thanks,
Stacy.
|