I have 2 host name : www.domain1.com , www.domain2.com
Both of them will be sharing the same server e.g. 111.12.123.123
I have 2 apps which named "app1" & "app2".
app1 is stored in 111.12.123.123's Tomcat5.5/webapps/
app2 is stored in another server 111.12.123.124's tomcat5.5/webapps/
My question is , what should i configure in tomcat5.5/conf/server.xml file to make www.domain2.com in 111.12.123.123 server to point to 'app2' homepage in 111.12.123.124 ?
I have
tomcat in both server.
Please help...anyone ?
Thanks in advanced.
Regards
Nick