Skip to content

Instantly share code, notes, and snippets.

@darbyluv2code
Created February 24, 2019 20:22
Show Gist options
  • Select an option

  • Save darbyluv2code/dd3781d61c3db5476fbf05ee431ee917 to your computer and use it in GitHub Desktop.

Select an option

Save darbyluv2code/dd3781d61c3db5476fbf05ee431ee917 to your computer and use it in GitHub Desktop.
web.xml for servlet 3.1
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
id="WebApp_ID" version="3.1">
</web-app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment