Skip to content

Instantly share code, notes, and snippets.

@kuwalab
Created July 20, 2014 05:34
Show Gist options
  • Save kuwalab/c9905f326d45814f038b to your computer and use it in GitHub Desktop.
Save kuwalab/c9905f326d45814f038b to your computer and use it in GitHub Desktop.
Java EE 7 web.xml
<?xml version="1.0" encoding="UTF-8"?>
<web-app version="3.1" 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">
</web-app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment