How can I redirect JSP requests from an IIS server on one machine to the Tomcat server on another machine?
Location: http://www.jguru.com/faq/view.jsp?EID=497282 Created: Sep 14, 2001 Author: Alessandro A. Garbagnati (http://www.jguru.com/guru/viewbio.jsp?EID=32727) Question originally posed by Todd McCullough (http://www.jguru.com/guru/viewbio.jsp?EID=443526 Hi, I cannot speak for IIS, since fortunately I’m not using it, but I think that this can be done. In Apache, in fact, you should be able to redirect the requests for tomcat to another system. This isn’t clearly stated in the documentation, but reading some ecamples of the JServMount directive, it seems obvious: ApJServMount /servlet /rootExample is the same as: ApJServMount /servlet ajpv12://localhost:8007/rootExample I’m pretty confident that this can be achieved with IIS too.