java - Invalid deployment descriptor web.xml -


whenever create new servlet on netbeans 8.0.2 shows, invalid deployment descriptor web.xml

and there cross sign on web.xml too.

web.xml

<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"    xmlns:xsi="http://www.w3.org/2001/xmlschema-instance"    xsi:schemalocation="http://xmlns.jcp.org/xml/ns/javaee      http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"  version="3.1"> <session-config>     <session-timeout>         30     </session-timeout> </session-config> 


Comments

Popular posts from this blog

python - Specify path of savefig with pylab or matplotlib -

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -