[Yanel-commits] rev 45031 - public/yanel/contributions/ajax-components

michi at wyona.com michi at wyona.com
Thu Oct 15 09:20:51 CEST 2009


Author: michi
Date: 2009-10-15 09:20:51 +0200 (Thu, 15 Oct 2009)
New Revision: 45031

Modified:
   public/yanel/contributions/ajax-components/README.txt
Log:
note about debugging traffic added

Modified: public/yanel/contributions/ajax-components/README.txt
===================================================================
--- public/yanel/contributions/ajax-components/README.txt	2009-10-15 07:13:37 UTC (rev 45030)
+++ public/yanel/contributions/ajax-components/README.txt	2009-10-15 07:20:51 UTC (rev 45031)
@@ -20,3 +20,5 @@
     4) a) Test components (e.g. open a browser and open one of the test files, for example src/hello-world/build/org.wyona.yanel.gwt.helloworld.HelloWorld/TestHelloWorld.html)
        b) run target google.hostmode to open the gwt host mode browser (e.g. "ant google.hostmode -Dcomponent.home.dir=src/hello-world")
           IMPORTANT: add add a property hostmode.hostpage.name in your components build property file. (see component access-policy-editor)
+
+    5) Debug traffic, e.g. 'sudo ngrep -d eth0 "xml version" "port 8080"' and all the XML files (which contain a header <?xml version="1.0">) which are exchanged between client and server will be displayed.



More information about the Yanel-commits mailing list