> appRoot/
>    templates/
>       screens/
>          index.vm (the main file)
>    scripts/
>       build/
>          script/
>                myapp.js
>          resource/
>                 ......

Is the index.vm file the file you load into the browser, like
http://..../appRoot/templates/screens/index.vm? Or is there some other URL
to be loaded, in order to see the contents of this file?

Where is the document root of the web server? Is the URL you load more
like "<server>/appRoot/templates/screens/index.vm" or more like
"<server>/screens/index.vm" or "<server>/index.vm"?

Then, with which URL can you load the myapp.js file? Try loading it
directly, like http://<server>/appRoot/scripts/build/script/myapp.js. Try
loading one of the resources of .../build/resource this way.

If your server's document root is at or above "appRoot", and index.vm is
your application URL, the relative paths in the config should be:

   "script" : "../../scripts/build/script",
   "resource" : "../../scripts/build/resource"

Don't forget to re-run "generate.py build", to see the config changes take
effect.

T.


------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to