Skip to content

Instantly share code, notes, and snippets.

@enujo
Created February 11, 2017 15:05
Show Gist options
  • Select an option

  • Save enujo/5b2bc3ab8508b48968fefef4c14e4565 to your computer and use it in GitHub Desktop.

Select an option

Save enujo/5b2bc3ab8508b48968fefef4c14e4565 to your computer and use it in GitHub Desktop.
[JAVA] Servlet 3.0 DTD
<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_3_0.xsd"
version="3.0">
</web-app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment