Hello,

I have a similar problem. I am using Apache on a Windows system for 
development. Up to now I did not get it work (neither source nor build), to 
change the default paths. The best way to explain my problem is an example of 
the desired folder structure:

/somedir/index.html (with the qooxdoo app)
/somedir/myQxApp/generate.py etc...
/somedir/myQxApp/source/
/somedir/myQxApp/build/
...
/qx_sdk/framework/

When I load the index.html over http nothing happens (I used the demo from the 
create-application.py script).
I played with the config.json file but all I get is a white page, i.e. the 
script is not loaded. Also firebug tells me nothing.


Regards,

Florian

> -----Ursprüngliche Nachricht-----
> Von: [EMAIL PROTECTED] [mailto:qooxdoo-devel-
> [EMAIL PROTECTED] Im Auftrag von Fabian Jakobs
> Gesendet: Mittwoch, 20. August 2008 09:34
> An: qooxdoo Development
> Betreff: Re: [qooxdoo-devel] httpd
> 
> 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

-------------------------------------------------------------------------
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

Reply via email to