I have developed an EAR application having structure like,
abc.ear
- def.war
- def1.war
- ghi.jar
I want to launch it as a website. How to configure the domain name in Wildfly-8.2.1. ?
IP to Domain Name mapping already done and I can access the application using,
http://<some-domain-name>:8080/HelloWorld/
But I want to access the site by entering the domain name only. i.e.
http://<some-domain-name>
Really appreciate for any help. Thanks in advance.