Skip to content

Instantly share code, notes, and snippets.

@mechiland
Created December 7, 2011 06:06
Show Gist options
  • Save mechiland/1441657 to your computer and use it in GitHub Desktop.
Save mechiland/1441657 to your computer and use it in GitHub Desktop.
J2EE Web XML
<?xml version="1.0" encoding="UTF-8"?>
<web-app id="webapp" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
</web-app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment