users@jersey.java.net

[Jersey] Re: Enabling HTTP Tracing

From: Libor Kramolis <libor.kramolis_at_oracle.com>
Date: Wed, 2 Oct 2013 16:35:00 +0200

Hello.
The feature is available since Jersey 2.3.
Best regards,
-lk


On Sep 30, 2013, at 2:10 PM, Oliver B. Fischer <mailsink_at_swe-blog.net> wrote:

> Hi,
>
> I would like to use the HTTP tracing feature with Jersey 2.2. I got the sources of the 2.2 tag from GitHub and modified the bookmark example according to https://blogs.oracle.com/sandoz/entry/tracing_in_jersey
>
> But I cannot find any additional headers in the response. I also tried this parameter (I found it in the JavaDoc of 2.3)
>
> <init-param>
> <param-name>jersey.config.server.tracing</param-name>
> <param-value>ALL</param-value>
> </init-param>
>
> So, how can I enable tracing with Jersey 2.2?
>
> Bye,
>
> Oliver