This file is standalone.xml and is located in the following directory:
%JBOSS_HOME%/configuration/standalone.xml
You need to add enable-welcome-root=false to the definition of your virtual server offline:
<virtual-server name="localhost" enable-welcome-root="false">
And create a jboss-web.xml file with the following:
<?xml version="1.0" encoding="UTF-8"?> <jboss-web> <context-root>/</context-root> </jboss-web>
source share