Cannot deploy on weblogic 14c. i have modify web.xml, reference from oracle weblogic 14c official document, resolve my problem.
VALIDATION PROBLEMS WERE FOUND <2:3> problem: cvc-enumeration-valid: string value '4.0' is not a valid enumeration value for web-app-versionType in namespace http://java.sun.com/xml/ns/javaee
web.xml Namespace Declaration and Schema Location The correct text for the namespace declaration and schema location for the web.xml file is as follows.
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"
id="WebApp_ID" version="4.0">