Skip to content

Instantly share code, notes, and snippets.

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