Why dont you add some filter to your web.xml and use java to inspect
your incoming/outgoing data?

Regards,

Georg

On 4 Okt., 22:44, Micky <micky.johns...@gmail.com> wrote:
> Hi there,
>
> I am trying to monitor my GWT 2.x application traffic within my
> development environment. I have installed Wireshark and it seems to be
> running correctly however I do not see any traffic showing up in it
> when using my app. It seems that Wireshark will not monitor traffic on
> the loopback ip 127.0.0.1 (which is what the GWT development
> environment uses). So I tried just changing the development
> environment URL from...
>
> http://127.0.0.1:8888/TestApp.html?gwt.codesvr=127.0.0.1:9997
>
> ...to...
>
> http://<My Machine IP>:8888/TestApp.html?gwt.codesvr=<My Machine IP>:
> 9997
>
> ...but this did not work - the application did not even load.
>
> Does anyone have a workaround for this?
>
> Thanks,
>
> Micky

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to