Hi every one.

I'm trying to make 2 different machine collaborate.
Here is the deal:
The client request first hit my Servlet, then should be dispatched to a physically distant machine to be analyzed, then my Servlet should read the response of this second server, and finally send response to client.

My first idea was to use something like Apache httpclient, or anyway, writing a java HTTP client allowing my servlet to send GET request before returning httpResponse.

I wonder if there were other better solutions, which could be more "RequestDispatcher-like".

Thanks


--
Albrecht ANDRZEJEWSKI
Créateur - Incubateur Technologique
SITE-EERIE - Parc scientifique G. Besse
30035 Nîmes Cedex 1 - France
Tel : 04 66 38 40 65 Fax : 04 66 38 70 99*

----------------------------------------------------
Ce message a ete envoye par le serveur IMP de l'EMA.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to