1<?xml version="1.0" encoding="UTF-8"?> 2<!-- Need this file for deployment to WildFly --> 3<jboss-web xmlns="http://www.jboss.com/xml/ns/javaee" 4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 5 xsi:schemaLocation=" 6 http://www.jboss.com/xml/ns/javaee 7 http://www.jboss.org/j2ee/schema/jboss-web_5_1.xsd"> 8 <context-root>/</context-root> 9</jboss-web> 10