Skip to content

Instantly share code, notes, and snippets.

@bekwam
Created January 2, 2019 15:43
Show Gist options
  • Save bekwam/3a212ae73885f414f93acb54a5640435 to your computer and use it in GitHub Desktop.
Save bekwam/3a212ae73885f414f93acb54a5640435 to your computer and use it in GitHub Desktop.
WildFly 15 Empty web.xml File
<?xml version="1.0"?>
<web-app 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"
version="4.0">
</web-app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment