Skip to content

Instantly share code, notes, and snippets.

@guilherfp
Created October 17, 2015 17:08
Show Gist options
  • Save guilherfp/17ee94ebe34e2d0c9917 to your computer and use it in GitHub Desktop.
Save guilherfp/17ee94ebe34e2d0c9917 to your computer and use it in GitHub Desktop.
Servlet 3.0 deployment descriptor
<web-app 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"
version="3.0">
</web-app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment