I am newbie to concepts like Cname, A record and all. I am running a EC2 instance with tomcat6. Now I need to map my java based application to www.mydomain.com.
I just went through few documents and FAQ's. I attached a elastic IP and mapped that Elastic IP to A address with host="www" and points to "elastic ip of my instance" now I am able to see the tomcat6 Root folder content. I need to map that directly my application, say I have my web application store in a folder called "myapp".
now if i type www.mydomain.com it should directly load the home of the my application "myapp"
How do I do it?