Hello All,

 

I have a simple, yet allusive question. In Apache and Tomcat you can create Virtual 
Hosts. Within the Virtual Hosts you can specify different parameters. In Apache 
httpd.conf I can have the following:

<VirtualHost 192.168.1.1>
     ServerName www.domain1.com
     Redirect permanent / http://www.domain2.com/domain2
</VirtualHost>

 

Is there a feature like that in Tomcat, either in the server.xml or web.xml, I'm 
probably guessing server.xml.

Any help is greatly appreciated.

Thank you in advanced,

Dean


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to