I have two applications running in two different IBM Liberty Servers. Need to create named based virtual host. How can it be achieved.
one in the following location : /opt/wlp/usr/servers/liberty1/apps/expanded/abc.war
Second in the following location: /opt/wlp/usr/servers/liberty1/apps/expanded/def.war
IN the frontend I am running IBM HTTP server. How can i configure multi site. If the client access www.common.com then request should be processed from liberty1 using application abc.war, and if the client requests www.newcommon.com then request should be processed from liberty2 using application def.war.
IBM Http server is running in 80 port.