Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Forward a request with post data to another webApp

843841Aug 10 2006 — edited Aug 11 2006
Hello,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 8 2006
Added on Aug 10 2006
3 comments
385 views