John de la Garza wrote: > Sebastian Werner wrote: > >> johndela1 schrieb: >> >> >>> 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 >>> >>> >> Ok, any details on this available? Any error messages, any Firebug >> console info? >> >> >> > > no errors... > > I see this in the custom.js > > "resourceUri":"../../qooxdoo/framework/source/resource" > > that is probably why it is not working, you can't navidate out of the > webserver root with ../.. > > If I make the webserver root to be the dir that contains qooxdoo then > the ../.. doesn't go above the root and it works... >
That's it :). Both the source application and the framework have to be under a common web server document root. T. ------------------------------------------------------------------------- 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
