Skip to content

Instantly share code, notes, and snippets.

@gilsondev
Created January 9, 2015 01:32
Show Gist options
  • Save gilsondev/51435a8a53fe9661eb7f to your computer and use it in GitHub Desktop.
Save gilsondev/51435a8a53fe9661eb7f to your computer and use it in GitHub Desktop.
Header of web.xml to Java projects that use 3.0 version
<web-app version="3.0" xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
<display-name>Web Application with 3.0 version</display-name>
</web-app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment