Can I do a URL Rewrite to a different Tomcat instance?
Posted
by RodeoClown
on Stack Overflow
See other posts from Stack Overflow
or by RodeoClown
Published on 2010-03-23T22:48:03Z
Indexed on
2010/03/23
22:53 UTC
Read the original article
Hit count: 257
Is is possible to use Tuckey's URL Rewrite to rewrite to a different Tomcat instance?
I have it working using crossContext="true"
rewriting to a different servlet on the same tomcat instance, but our production server has multiple tomcat instances running and I want to rewrite to one of them instead?
If it's not possible using the URL Rewrite filter, is there another way of doing it?
Thanks.
© Stack Overflow or respective owner