Firstly, apologies if this is a simple (in every sense of the word) question. I have one external static IP address and am using Apache as the web server. My app server is weblogic 8.1.
What I have set up is...
Physical server exposed through DMZ with static IP to the outside world. This is where apache is running.
On this machine I vmware running with a VM which has my app server and DB.
I currently having everything working... www.mydomain.com and demo.mydomain.com both hit the webserver and direct traffic to my app server sat on the VM.
What I now need to do is introduce another VM also running Weblogic 8.1 and another sub domain (demo2.mydomain.com).
So then I'll have Apache in the DMZ on the host machine. demo.mydomain.com routed through to VM1 and demo2.mydomain.com through to VM2.
For anyone not familiar with VMware basically think of it as two physical separate app servers sat on your internal network VM1 = 192.168.1.2 and VM2 = 192.168.1.3.
I’ve tried a few different things within the HTTPd.config file, to try and achieve this, however, so far I’ve failed to get it working.
Does anyone know how I can do this, or what terminology I should use in google to get to the answer?
Thanks a lot!
Stiltz