Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_java_server thread: A question re servlet chaining and communication


Message #1 by Rowenap@w... on Wed, 11 Oct 2000 11:59:30 +0100
-----Original Message-----
From: Yau Mei Ling [mailto:meilingyau@y...]
Sent: 11 October 2000 04:15
To: support@w...
Subject: Professional Java Server Programming2777


Hi,

I'm have a question about servlet chaining and servlet
communication topic.

I'm working on passing XML document through servlet to
the other servlet of different web server and I'd like
to know whether servlet chaining can solve this
problem, because the servlet now resides on different
web server. 

I'm doing this, servlet calls servlet, with the
intension to pass the XML document via internet
through the servlet with the document as a parameter
of the servlet. When the document arrives at the
receiving party,the document will pass in to an
application to process it.

Thanks a lot and hope u can help me on this.

Best Regards,
Mei Ling

  Return to Index