Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Trace HTTP-Traffic

Hi all,

I just wonder if it's possible to trace HTTP Traffic coming to and going out 
from Jetty?
I use jetty embedded for my project and just want to have the ability to trace 
the whole communication for debugging purposes.

I use slf4j-log4j for my lo4j environment and set 
log4j.logger.org.eclipse.jetty=TRACE and getting lots of trace output. But 
there is no trace for the HTTP-communication.

Is it possible to trace such traffic?

Thanks and regards,
Martin


Back to the top