Skip to content

Instantly share code, notes, and snippets.

@karenworld
Forked from wesleyegberto/web.xml
Created November 11, 2018 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karenworld/5ad557c48cd2c9026535989267836b05 to your computer and use it in GitHub Desktop.
Save karenworld/5ad557c48cd2c9026535989267836b05 to your computer and use it in GitHub Desktop.
web.xml for Servlet 3.1
<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