Assuming you'll want to do other redirects in the future to different
webapps (not all sharing ROOT's "/" for example and just using subdirs,
but actual distinct webapps), you might take a look at URL rewrite at
http://tuckey.org/urlrewrite/
David
-
On 5/26/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:
> From: Rashmi Rubdi [mailto:[EMAIL PROTECTED]
> Subject: Re: subdomain name redirect to different context path
>
> I think he wants to redirect or forward all requests from
> 'forums.mysite.com' to
> From: Rashmi Rubdi [mailto:[EMAIL PROTECTED]
> Subject: Re: subdomain name redirect to different context path
>
> I think he wants to redirect or forward all requests from
> 'forums.mysite.com' to 'www.mysite.com:8080/forums'
>
> in that case wouldn
On 5/26/07, Pid <[EMAIL PROTECTED]> wrote:
Rashmi Rubdi wrote:
> On 5/26/07, Ran <[EMAIL PROTECTED]> wrote:
>> Hi all,
>> I would like to point 'forums.mysite.com' to 'www.mysite.com:8080/forums'
>> How could I do that with tomcat conf ? or I need to match the
>> requested url
>> in a redirect se
Rashmi Rubdi wrote:
On 5/26/07, Ran <[EMAIL PROTECTED]> wrote:
Hi all,
I would like to point 'forums.mysite.com' to 'www.mysite.com:8080/forums'
How could I do that with tomcat conf ? or I need to match the
requested url
in a redirect servlet ? or is it even a DNS zone file question ?
You co
On 5/26/07, Ran <[EMAIL PROTECTED]> wrote:
Hi all,
I would like to point 'forums.mysite.com' to 'www.mysite.com:8080/forums'
How could I do that with tomcat conf ? or I need to match the requested url
in a redirect servlet ? or is it even a DNS zone file question ?
You could write a redirect ja