You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by krip pane <jk...@yahoo.com> on 2003/04/09 21:09:37 UTC

URL Redirect

Hi,

Can someone please help in redirecting url's with
tomcat as standalone server.

I would like to redirect all requests for
http://www.abc.com/xyz/abc/index.jsp

so that when a user types
http://www.abc.com

they'll be redirected to the first URL.

TIA

__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: URL Redirect

Posted by krip pane <jk...@yahoo.com>.
I'm a newbie...Can you please expand on the solution 
(where to make this change, etc..)

--- Daniel Graham <da...@sound.ee.umist.ac.uk> wrote:
> try
> 
> response.sendRedirect( ".... your url " );
> 
> DG
> ----- Original Message ----- 
> From: "krip pane" <jk...@yahoo.com>
> To: "tomcat" <to...@jakarta.apache.org>
> Sent: Wednesday, April 09, 2003 8:09 PM
> Subject: URL Redirect 
> 
> 
> > Hi,
> > 
> > Can someone please help in redirecting url's with
> > tomcat as standalone server.
> > 
> > I would like to redirect all requests for
> > http://www.abc.com/xyz/abc/index.jsp
> > 
> > so that when a user types
> > http://www.abc.com
> > 
> > they'll be redirected to the first URL.
> > 
> > TIA
> > 
> > __________________________________________________
> > Do you Yahoo!?
> > Yahoo! Platinum - Watch CBS' NCAA March Madness,
> live on your desktop!
> > http://platinum.yahoo.com
> > 
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> tomcat-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail:
> tomcat-user-help@jakarta.apache.org
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail:
> tomcat-user-help@jakarta.apache.org
> 


__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: URL Redirect

Posted by Daniel Graham <da...@sound.ee.umist.ac.uk>.
try

response.sendRedirect( ".... your url " );

DG
----- Original Message ----- 
From: "krip pane" <jk...@yahoo.com>
To: "tomcat" <to...@jakarta.apache.org>
Sent: Wednesday, April 09, 2003 8:09 PM
Subject: URL Redirect 


> Hi,
> 
> Can someone please help in redirecting url's with
> tomcat as standalone server.
> 
> I would like to redirect all requests for
> http://www.abc.com/xyz/abc/index.jsp
> 
> so that when a user types
> http://www.abc.com
> 
> they'll be redirected to the first URL.
> 
> TIA
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
> http://platinum.yahoo.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org