在eclipse配置完tomcat10.0.5后,创建一个web文件,web.xml中web-app报错
错误是:Multiple annotations found at this line:
- cvc-attribute.3: The value '2.5' of attribute 'version' on element 'web-app' is not valid with respect to its type,
'web-app-versionType'.
- cvc-enumeration-valid: Value '2.5' is not facet-valid with respect to enumeration '[2.4]'. It must be a value
求解决方法
from the enumeration.
根据错误提示是schema版本问题,可以改成3.0试试
项目中servlet 版本过低;与tomcat中的实现不一致;
更换就好
同问,也遇到这样的问题。