Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

URL Redirect

Dean Searle

2004-02-18

Replies:

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: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)
©2008 junlu.com - Jax Systems, LLC, U.S.A.