Managing two domains in one virtual server [on hold]
- by Buddhika Ariyaratne
I have a virtual server with Windows Server 2012 on which I need to run two applications for two separate customers. Both applications run on GlassFish in port 8080.
The applications run on
http://localhost:8080/roseth
and
http://localhost:8080/ruhunu
My virtual server provider has given three IP addresses. How can a I assign one address for each application.
For example, if a user type www.ruhunu.org, an arbitrary URL , I want to direct to http://localhost:8080/ruhunu and www.roseth.org to http://localhost:8080/roseth.