Skip to content

Instantly share code, notes, and snippets.

@MaxQi
Last active September 30, 2017 03:42
Show Gist options
  • Select an option

  • Save MaxQi/8ed4f9554ce6e1282b9d0c1061e76e40 to your computer and use it in GitHub Desktop.

Select an option

Save MaxQi/8ed4f9554ce6e1282b9d0c1061e76e40 to your computer and use it in GitHub Desktop.
web.xml 2.5 template #tags: java, javaee
<?xml version="1.0" encoding="UTF-8"?>
<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_2_5.xsd"
version="2.5">
</web-app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment