I have two Tomcat servers on my machine that communicate with one another.
1) Can someone recommend on a good (free) network sniffer so I'll be able to monitor the requests/ response that being sent between them?
2) How can I inspect the request in java code? to see what the header and the body consists and their structures?
thanks a lot, from some reason #2 is not as straight forward as i thought it would be.
Me