Another option is the Fiddler debugging utility for Internet Explorer, it will also keep a log of all requests made (but only to external hosts, it doesn't intercept requests to localhost)
On 10/24/07, Henry Minsky <[EMAIL PROTECTED]> wrote: > I don't know anythng about this specific application, but the error > message indicates that a data request is being issued, but no response > is being received by the Flash player. > > If you are using Firefox, do you happen to have the LiveHTTPHeaders > plugin for it? If so, maybe you could bring up it's window to trace > HTTP requests from the browser, and then load the app, and tell me if > you see the data requests being made to the > correct URL? I am just wondering if the URL that is being computed to > load the data > from is incorrect, perhaps pointing to the wrong hostname or something. > > > On 10/24/07, Jim <[EMAIL PROTECTED]> wrote: > > Core dev team: > > > > I would like to study the best-practice examples as provided by your > > LZProject. However, I have apparently misunderstood the installation > > and/or configuration procedures. I would greatly appreciate someone > > providing some configuration. > > > > I followed these steps: > > > > 1) Downloaded lzproject-solo.war from http://labs.openlaszlo.org/lzproject/ > > > > 2) Extracted it. Top-level directory structure looks like: > > > > index-files/ > > lps/ > > lzproject/ > > META-INF/ > > WEB-INF/ > > index.jsp > > > > 3) From my browser, going to either LZProject-SWF.html or > > LZProject-DHTML.html in the lzproject directory both produce the login > > screen, but no submit button. > > > > 4) I turned the debugger on in the source file, recompiled, and I am > > seeing these error messages in the debugger at the login screen: > > > > WARNING: LzLoadQueue.XMLOnDataHandler load failed from URL > > 'rest/application/i18n?__lzbc__=1191023754984', no data received. > > WARNING: Failure to load data in serverless apps may be caused by Flash > > player security policies. Check your data server crossdomain.xml file > > ERROR: Error calling REST web service i18n > > > > > > My crossdomain.xml is a straight copy from > > http://labs.openlaszlo.org/wafflecone-nightly/docs/developers/proxied.html#d0e59705 > > > > <?xml version="1.0"?> > > <!DOCTYPE cross-domain-policy > > SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd"> > > <cross-domain-policy> > > <allow-access-from domain="*" /> > > </cross-domain-policy> > > > > > > What have I overlooked? and where in the docs do I need to revisit? > > > > Thank you for your time! > > > > Jim > > > > > -- > Henry Minsky > Software Architect > [EMAIL PROTECTED] > -- Henry Minsky Software Architect [EMAIL PROTECTED]
