Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_java_server thread: RequestDispatcher.forward()


Message #1 by "Yau Mei Ling" <meilingyau@y...> on Wed, 25 Oct 2000 04:17:02 +0100
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.  


  Return to Index