Skip to content

Instantly share code, notes, and snippets.

@darbyluv2code
Created February 24, 2019 20:23
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save darbyluv2code/ce14cc50ac154e8bebba231a9cfc3f81 to your computer and use it in GitHub Desktop.
Save darbyluv2code/ce14cc50ac154e8bebba231a9cfc3f81 to your computer and use it in GitHub Desktop.
web.xml for servlet 4 (requires Tomcat 9)
<?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>
@pedro-arruda-moreira
Copy link

awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment