Skip to main content

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

typically people use things like Wireshark for that sort of thing

cheers,
jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx



On Fri, May 6, 2011 at 12:26, Martin Fernau <m.fernau@xxxxxxxxxx> wrote:
> 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
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>


Back to the top