So I've registered a domain name www.abc.com that points to my EC2 instance 1.2.3.4
On this EC2 instance I've a Tomcat application called my-application. I can access the application via invoking http://1.2.3.4/my-application
I've configured www.abc.com to point to 1.2.3.4
But now how do I configure it to redirect to http://1.2.3.4/my-application instead?
What concept does this involve?