Hi,
to be honest, I have never understood the rationale why the source version
should not be used with a web server - I have never had any problems with
this setup, as long as you put the CACHE into the source tree itself.
If you have a working apache server installation, for example, (which of
course is a basic prerequisite which cannot be covered on this list), put a)
the qooxdoo source tree and b) the source code of your own application on an
arbitrary path within the "DocumentRoot". Then, you need to set the "CACHE"
directive in config.json to put the cache files into the source tree of your
application.
"let" :
{
...
"CACHE" : "cache",
...
}
This way, there should be no problem in running the source version for
development purposes on your local webserver.
Best,
Christian
Derrell Lipman wrote:
>
> On Mon, Dec 7, 2009 at 02:13, Chakotey STME <[email protected]>
> wrote:
>
>> Hi,
>>
>> thanks for your answer.
>> I tried to configure my webserver (apache).
>>
>> Now I have these lines in my httpd-vhosts.conf (which are no comments):
>>
>> NameVirtualHost *:80
>>
>> NameVirtualHost 127.0.0.1
>>
>>
>> <VirtualHost 127.0.0.1>
>> ServerName localhost
>> AddType text/html .shtml
>> AddHandler server-parsed .shtml
>> ServerAdmin webmas...@localhost
>> DocumentRoot "E:/Stefan/Studium/5.
>> Semester/Studienarbeit/Programme/qooxdoo/"
>> ScriptAlias /cgi-bin/ "c:/XAMPP/xampp/htdocs/cgi-bin/"
>>
>> <Directory "E:/Stefan/Studium/5.
>> Semester/Studienarbeit/Programme/qooxdoo/">
>>
>> Options FollowSymLinks
>> AllowOverride None
>> Order Allow,Deny
>> Allow from All
>> </Directory>
>> ServerSignature On
>> </VirtualHost>
>>
>> E:/Stefan/Studium/5. Semester/Studienarbeit/Programme/qooxdoo/ has
>> qooxdoo-0.8.3-sdk as subdirectory.
>> And qooxdoo-0.8.3-sdk has some further elements:
>> application (directory)
>> component (directory)
>> framework (directory)
>> tool (directory)
>> index.html
>> license.txt
>> readme.txt
>> version.txt
>>
>> But it doesn't work. If I open my source version index.html as file (from
>> C:\XAMPP\xampp\htdocs\source) I get the same failure.
>> And if I open the source version via webserver I only can see the title
>> of
>> the website - but my real qooxdoo-program I cannot see.
>> Do you know why?
>>
>> Is my apache configuration wrong?
>>
>
> Yes, you're not understanding a key point: BOTH THE QOOXDOO SDK AND YOUR
> APPLICATION MUST BE UNDER THE SAME DOCUMENT ROOT OF YOUR NEW VIRTUAL HOST
> ON
> THE WEB SERVER.
>
> If you don't have this working by next week, I'll see if I can help you
> more
> with it. Right now, I'm really sorry, I just don't have the time. :-(
> Hopefully someone else will be able to point you in the right direction
> sooner.
>
> Derrell
>
> ------------------------------------------------------------------------------
> Join us December 9, 2009 for the Red Hat Virtual Experience,
> a free event focused on virtualization and cloud computing.
> Attend in-depth sessions from your desk. Your couch. Anywhere.
> http://p.sf.net/sfu/redhat-sfdev2dev
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
--
View this message in context:
http://n2.nabble.com/problem-with-source-and-build-version-tp4106551p4126235.html
Sent from the qooxdoo mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing.
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel