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

Filed under:
|
|

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

Related posts about tomcat

Related posts about url-rewriting