[Laszlo-dev] LZProject - Request for installation/configuration clarification
Jim
jfoster at tmtsaz.com
Wed Oct 24 08:37:00 PDT 2007
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
More information about the Laszlo-dev
mailing list