Re: [qooxdoo-devel] httpd

2008-08-22 Thread Florian Giesen
Hi, I found a solution to my problem. For everyone who is interested I have appended my modified config.json. Regards, Florian Hello Thomas, let me answer your questions directly inside the text: > a couple of questions here: > > a) What does "docroot/cms/index.html (includes qooxdoo app)

Re: [qooxdoo-devel] httpd

2008-08-22 Thread thron7
Florian Giesen wrote: > Thank you for your help but I'm still stuck with this problem. But now I > think I can be more precisely: > > I want to use qooxdoo 0.8 inside a module for PHP basen content management > system (2F-CMS, only for information). So my problem is, that my qooxdoo code > must

Re: [qooxdoo-devel] httpd

2008-08-21 Thread Florian Giesen
ED] Im Auftrag von Fabian Jakobs > Gesendet: Mittwoch, 20. August 2008 18:39 > An: qooxdoo Development > Betreff: Re: [qooxdoo-devel] httpd > > thron7 schrieb: > > Florian Giesen wrote: > > > >> Hello, > >> > >> I have a similar problem. I am usi

Re: [qooxdoo-devel] httpd

2008-08-20 Thread thron7
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 >>

Re: [qooxdoo-devel] httpd

2008-08-20 Thread John de la Garza
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?

Re: [qooxdoo-devel] httpd

2008-08-20 Thread Fabian Jakobs
thron7 schrieb: > Florian Giesen wrote: > >> 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

Re: [qooxdoo-devel] httpd

2008-08-20 Thread thron7
Florian Giesen wrote: > 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: > >

Re: [qooxdoo-devel] httpd

2008-08-20 Thread Florian Giesen
t > 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 &g

Re: [qooxdoo-devel] httpd

2008-08-20 Thread Fabian Jakobs
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 co

Re: [qooxdoo-devel] httpd

2008-08-19 Thread Sebastian Werner
Have you done a "generate.py source" as well? Please double check that you have executed the command recently. Maybe do it again. Then reload the example. Do you now get any errors or messages? Sebastian johndela1 schrieb: > by the way, if I do a generate.py build, and browse to build it works

Re: [qooxdoo-devel] httpd

2008-08-19 Thread Sebastian Werner
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 inf

Re: [qooxdoo-devel] httpd

2008-08-19 Thread johndela1
by the way, if I do a generate.py build, and browse to build it works fine... I want to test from source, though johndela1 wrote: > > 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

[qooxdoo-devel] httpd

2008-08-19 Thread johndela1
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 I want to me able to test throu