
I have two Servlet Containers, I want to send a request from one Servlet from one container to one Servlet in the other container, How can I do?

hi friend,
you can use the sendRedirect(url) method of HttpServletResponse to send a request from one servlet of one container to other servlet of another container.
For detail tutorial you can go through the link