> I was wondering if there is any mechanism to chain java servlets
> deployed on two separate web servers (apache tomcat).
I don't recall off the top of my head if there is a direct API for this
in either the servlet or JSP realm, but worst case you could connect to
the other servlet as an HTTP client. Either use the URL class or for
more control use the HTTP client library from Apache.
HTH,
Ray

Signature
This signature intentionally left blank.