Hi,

which tool can I use to see what the requests and responses are between a 
httpclient and the Tomcat server ?

Currently I have client code like:

ClientResource helloClientResource =new 
ClientResource("http://localhost:8080/...";);
...

helloClientResource.post(xmldocument).write(System.out);


How can I see the actual request that is sent to Tomcat  ?

The same for the response I get back ?

Can I do this code wise or do I need a tool for this ?

Anyone using such a tools ?

H.

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2614572

Reply via email to