ouzo wrote:
I want the following.

For example, my domain is www.domain.com and it has a subdomain
support.domain.com

How can I redirect the support.domain.com to another tomcat webapp??

ouzo,
your usage of the terms "domain" and "webapp" above is a bit confusing, and makes it difficult to give you a usable answer.

www.domain.com and support.domain.com may both be domains, or hosts within the domain "domain.com", or one can be an alias of the other, etc.. But in any case, "support.domain.com" is not a sub-domain of "www.domain.com". Directing a request to one or the other webapp is not a question of domain or host, it's a question of what follows the "http://xxx.domain.com/???"; (a webapp is an application, not a Tomcat server). Unless you are really talking about two separate physical hosts ?

Can you provide some more details about the configuration and what exactly you want to achieve ?

André

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to