Hello,
I'm trying to deploy web-application on the following way:
1/ create one domain;
2/ create 3 servers within this domain
- serwer "www";
- server "search";
- server "member";
3/ create 3 web-applications
- "www-app";
- "search-app";
- "member-app";
4/ and finally 3 virtual host;
-
www.myapp.com; - search.myapp.com;
- member.myapp.com;
So, now i want to run "www-app" on server "www" calling
http://www.myapp.com, and so on ...
Can you give me a clue, how to get it works!
------------------
Alex J.Grig