Skip to content

Instantly share code, notes, and snippets.

@localghost666
Created January 25, 2019 06:44
Show Gist options
  • Save localghost666/7b05089ee5205379d5db6364677c99c6 to your computer and use it in GitHub Desktop.
Save localghost666/7b05089ee5205379d5db6364677c99c6 to your computer and use it in GitHub Desktop.
Servlet 4
<?xml version="1.0" encoding="UTF-8"?>
<web-app version="4.0" 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_4_0.xsd">
</web-app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment