Hi John, > I set up a httpd on a linux box (lighttpd) and set the document root to be > where my index.html file is. When I put my browser to localhost it just > loads the index.html but isn't running my app > > if I browse to localhost/script/custom.js I see the javascript as text > This is correct > I want to me able to test through a webserver from source, instead of using > a browser pointed at the file system > > this should be easy to do I assume... What am I doing wrong? > The source version links to the JavaScript files in the qooxdoo sdk using relative file names. To get the source version working inside of a web server you need to have the SDK files accessible from your web server as well. Normally I symlink the SDK into my project or just one level above my project and use the SDK from there. Then I have to make sure that the SDK is in my web server documents directory and that the web server follows symlinks. This could be a layout on your web server
/qx /qx/framework/source/class/qx/.... /DemoApp /DemoApp/source /DemoApp/build /DemoApp/test Best Fabian > > I'm working on hello_world from the tutorial (trunk) so it is > /home/john/custom > this contains index.html > -- Fabian Jakobs JavaScript Framework Developer 1&1 Internet AG Brauerstraße 48 76135 Karlsruhe Amtsgericht Montabaur HRB 6484 Vorstand: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas Gottschlich, Matthias Greve, Robert Hoffmann, Markus Huhn, Oliver Mauss, Achim Weiss Aufsichtsratsvorsitzender: Michael Scheeren ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
