Will this work. I want 123.abc.com to go to xyz.abc.com. So 123.abc.com is
an alias for xyz.abc.com. Both the sites are pointing to the same appbase.

<Host name="www.knowledgefolders.com" 
  appBase="D:/webpage_demos/akc"
  unpackWARs="true" 
  autoDeploy="true" 
  xmlValidation="false" 
  xmlNamespaceAware="false">

   <Alias>knowledgefolders.com</Alias>

   <Alias>www.knowledgefolders.net</Alias>
   <Alias>knowledgefolders.net</Alias>

   <Alias>www.knowledgefolders.org</Alias>
   <Alias>knowledgefolders.org</Alias>

   <Alias>www.satyakomatineni.com</Alias>
   <Alias>www.kavithakomatineni.com</Alias>

   <Context path="" docBase="D:/webpage_demos/akc" 
       debug="0" reloadable="false"/>
   <Context path="/akc" docBase="D:/webpage_demos/akc" 
      debug="0" reloadable="false"/>
</Host>

Notice how all of the following host names point to the same web app, akc
(which was the previous name for Knowledge Folders).

knowledgefolders.com
www.knowledgefolders.com
knowledgefolders.net
www.knowledgefolders.net
knowledgefolders.org
www.knowledgefolders.org
www.satyakomatineni.com
www.kavithakomatineni.com





--
View this message in context: 
http://tomcat.10.x6.nabble.com/Apache-Tomcat-7-on-windows-2008-how-to-host-mutiple-domains-tp5037160p5037161.html
Sent from the Tomcat - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to