Forward a request with post data to another webApp
843841Aug 10 2006 — edited Aug 11 2006Hello,
I have a servlet that recieves data by post. I need to forward that request with the same info it recieves to another webApp in a different EAR
I know it is possible to forward that request to another servlet in the same webapp, how to do that but to a different webApp in post method (No get method, do no sendRedirect)?
Thanks.
Jean-Philippe