See full HTTP traffic in Tomcat logs
Posted
by maayank
on Server Fault
See other posts from Server Fault
or by maayank
Published on 2010-04-12T14:25:18Z
Indexed on
2010/04/12
14:33 UTC
Read the original article
Hit count: 335
For debugging purposes, I need a way to see all HTTP traffic between our Tomcat installation and the test clients. How can I configure Tomcat to trace all HTTP traffic (and not just the headers)?
We tried to sniff the traffic using Wireshark, but since the server and the clients are on the same Windows machine it proved problematic, due to the traffic being in localhost.
© Server Fault or respective owner