I have a GlassFish 3.1.2 server running 3 virtual hosts (virtual servers). 3 Default web applications are assigned to each servers.
Now if I type a url www.test-app1.com it should go to virtual server 1 and for www.test-app2.com it should go to virtual server 2 and so on.
So how should I configure the hostnames to corresponding virtual servers. Please help me getting it done.
Thanks!