Skip to main content

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

On *nix you usually have small cmd line tools which can capture network traffic:

tcpdump
ngrep
snoop (solaris)
etc.

If your app is running on windows, this doesn't help for sure. :(
Am 07.05.2011 12:07, schrieb Martin Fernau:
That's another solution. Not as comfotable as I hoped - but possible.


Am Freitag 06 Mai 2011 schrieb Nimret Sandhu:
run an HTTP proxy in between?

btw no web server that I am aware of provides this capability.
--
nimret
http://www.nimret.org

On Fri, May 6, 2011 at 12:18 PM, Martin Fernau<m.fernau@xxxxxxxxxx>  wrote:
I know - but it would many times more helpful if jetty was just able to
print
out such informations.
Think that my server is deploed on my customer servers and if there is
any need to get those http trace logs I currently need to install
wireshark on these servers. It would be nice to just enable such a
tracelog on jetty.

Regards

Am Freitag 06 Mai 2011 schrieb Jesse McConnell:
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
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users
--
CPS Entwicklungsgesellschaft für EDV-Lösungen mbH
Gartenstraße 42 - 37269 Eschwege

Telefon (0 56 51) 95 99-0
Telefax (0 56 51) 95 99-90

eMail m.fernau@xxxxxxxxxx
Internet http://www.cps-net.de

Handelsregister Eschwege, HRB 1585
Geschäftsführer, Wilfried Fernau
Steuernummer 026 230 40308
USt-ID-Nr. DE 178 554 522
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users




Back to the top