> 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't he be setting up a Filter that redirects or
> forwards a request from forums.mysite.com to
> www.mysite.com:8080/forums ?

The filter is likely not necessary, if Pid's instructions are followed.
What is absolutely required is a DNS registration for forums.mysite.com,
otherwise no one will be able to reach the site.  Once that's in place
along with a connector configured for port 80 rather than 8080,
deploying the forums webapp as ROOT is all that's required - no
programming necessary.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
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