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
If you are using Maven to deploy your application, you can change the default war file name in your pom.xml to ROOT like this:
...
ROOT
When you deploy your application using Maven, Wildfly will automatically host it under /. This way, you prevent changing the name of the war file yourself.