s would like to use only one hostname.
Thanks, Lothar
-Ursprüngliche Nachricht-
Von: "Tomcat Users List"
Gesendet: 16.03.06 19:36:46
An: Tomcat Users List
Betreff: Re: redirect with tomcat
We've used UrlRewriteFilter with good success so far:
http://tuckey.org/u
ly one hostname.
Thanks, Lothar
> -Ursprüngliche Nachricht-
> Von: "Tomcat Users List"
> Gesendet: 16.03.06 19:36:46
> An: Tomcat Users List
> Betreff: Re: redirect with tomcat
> We've used UrlRewriteFilter with good success so far:
> http://tuckey.or
We've used UrlRewriteFilter with good success so far:
http://tuckey.org/urlrewrite/
David
Lothar Krenzien wrote:
Hi there,
I'm using tomcat 5.5 and want to redirect some requests to another URL. For example the URL
localhost:80/siteA should be forwarded to localhost:8080/siteB. Of course o
Hi there,
I'm using tomcat 5.5 and want to redirect some requests to another URL. For
example the URL localhost:80/siteA should be forwarded to
localhost:8080/siteB. Of course on Port 8080 listen another web-server. Does
anybody know a good explanation how to do that ? I've tried with filters