I am newbie for Wildfly till now I was working on tomcat to deploy my applications. Now just for add on features of Wildfly we want to move on to this. I am using Windows Os, I
To override the welcome webapp with Wildfly, you need to create a jboss-web.xml
in the WEB-INF
of your webapp with this content:
/
But if you try to access to the root directory (e.g. http://localhost:8080/) you will still have the default welcome content. To remove it, you just need to rename the directory welcome-content
in the Wildfly directory.