I have a grails app I want to host. The issue is I'm not sure how to map my domain name to my project. On my machine the url is
localhost:8080/myProject/controller/action
it is my understanding that when I purchase a domain, it will replace the "ENDPOINT" in my url, making
www.mydomain.com/myProject/controller/action
What do I need to do when I purchase my domain so that the website is
www.mydomain.com/controller/action
and have the domain name cover
localhost:8080/myProject