Re: subdomain name redirect to different context path

2007-05-27 Thread David Wall
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 -

Re: subdomain name redirect to different context path

2007-05-27 Thread Rashmi Rubdi
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 

RE: subdomain name redirect to different context path

2007-05-26 Thread Caldarale, Charles R
> 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&#

Re: subdomain name redirect to different context path

2007-05-26 Thread Rashmi Rubdi
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

Re: subdomain name redirect to different context path

2007-05-26 Thread Pid
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

Re: subdomain name redirect to different context path

2007-05-26 Thread Rashmi Rubdi
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