On Sun, Nov 2, 2008 at 2:41 PM, Sriram Kuna <[EMAIL PROTECTED]> wrote:
> Hello,
>
> We have many Tomcat instances, each running on a different machine (they are
> controlled by a load balancer). In this case, can a tomcat instance do
> HttpServlet.forward() to some other tomcat instance? Please clarify.
>

A request cannot be forwarded in this manner. A request is forwarded
only to another Servlet/JSP on the same web app context. This is
within the web app instance on that specific Tomcat instance.

> Regards
> Sriram
> chandrayaan<http://excusemeworld.com/social/chandrayaan-1-facts-behind-indias-moon-mission>
>

-- Sriram

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to