I have a tomcat web-app in the webapps/ROOT folder. And it can be accessed using http://myapp.mydomain.com.
But there's a requirement to bind http://mypage1.mydomain.com to the html page webapps/ROOT/mypage1.html
and
to bind http://mypage2.mydomain.com to the html page webapps/ROOT/mypage2.html.
How can I bind those names to the different pages in same app? Is it something related to virtual hosting in tomcat? Or can it be simply done using my domain name hosting providers settings?
Thanks in advance.