You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Alexander Schmidt <as...@i5.informatik.rwth-aachen.de> on 2002/08/22 11:04:31 UTC

Redirect!

Hello !
I want to redirect an URL, but I don´t know how! Has anyone an idea? I use
Tomcat4.0.1.

Thanks
     A. Schmidt


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Redirect!

Posted by Øyvind Vestavik <Oy...@idi.ntnu.no>.
Create a url and redirect:

URL url = new Url("http:\\myserver.com");
response.sendRedirect(url.toString());

Øyvind

Øyvind Vestavik
Øvre Møllenberggt 44b
7014 Trondheim
oyvindve@idi.ntnu.no
41422911

On Thu, 22 Aug 2002, Alexander Schmidt wrote:

> Hello !
> I want to redirect an URL, but I don´t know how! Has anyone an idea? I use
> Tomcat4.0.1.
>
> Thanks
>      A. Schmidt
>
>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>