
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
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.