Frederik Nosi wrote:
It helps only with HTTP though, no HTTPS or at least not easily.
While we are at this, are you trying to debug a SOAP / REST connection
from your application running on Tomcat to another server or a
connection coming from outside to your Tomcat?
On 06/17/2015 11:16 AM, Mark Thomas wrote:
On 17/06/2015 10:10, Milinda Perera wrote:
Hi,
I need to log HTTP payload content for debugging purposes.
Use Wireshark. That has the added benefit of not having any unwanted
side-effects on your application.
Mark
If this is for one debugging session, you could also simply use an add-on to a browser
(such as Fiddler2 for IE), and record the full exchanges there.
It has the advantage that you see the complete traffic in both directions (headers and
content), and that you can easily switch between different presentations of the data, and
save it to file if you need to. And depending on what you are looking for, it may be a
lot easier to handle than Wireshark.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org