pro_java_server thread: RequestDispatcher.forward()
Hi, I'm currently working on communication between servlet on different web server. I need to pass a document to the receiver servlet on the other web server from a sender servlet. The question is : Does RequestDispatcher.forward() can perform this task? I mean can a servlet form web server A forward to the servlet on web server B. The Document will act as request object. If it can't, could u suggest the other method to do this task? Thank you.
|





