I have a Grails application called abc which, when I access locally, I get through
http:
I deployed my application on Amazon EC2 with a flexible IP address that I can get directly, like
http:
I have a domain name xyz.com, and I indicated that on my elastic IP, so now I can go to
http:
The problem is that xyz.com points to the root folder for the tomcat server. What I want to do is map the .com domains to http://1.2.3.4/abc so that my homepage appears instead of the tomcat welcome screen.
What is the best way to do this? Should I somehow change the configuration of the domain name or change the tomcat settings in some way or something else?
thanks
Simon source share