ope wrote: > I am looking for a way to use Tomcat as a proxy > similar to the way that Apache can be setup to proxy > to Tomcat. What I want to do is have Tomcat setup so > that any URLs that have the path > http://myserver/someapp are forwarded to > http://otherserver/someapp.
Apache can do this with mod_rewrite ONLY IF mod_cache is loaded. I�m not aware of any proxy capability in Tomcat. > I have seen a few vague references to Tomcat doing > this but have not been able to find any real > documentation. Does anyone know of some way that I > can this? Any links or hints? Why would you want to use a Java Servlet Container to do proxying? It's like using a Space Shuttle to do door-to-door delivery. If you need proxying, use Squid or Apache. If you want to have pieces of other sites inside your webapp, the it is a whole new ball game. Nix. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
