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?

Thanks,

chakoteystme

2009/12/6 Derrell Lipman <[email protected]>

> On Sun, Dec 6, 2009 at 12:44, Chakotey STME <[email protected]>wrote:
>
>> Thanks for your e-mail derrell and thron,
>>
>> Now I know the problem.
>> I cannot use the source-application via the webserver.
>> and if I use no webserver I cannot send a remote request.
>> so I have to solve this.
>>
>> You sent me your configuration of your webserver.
>> The path of DocumentRoot /home/derrel/ME/
>> what is behind of that?
>> is it YOUR source-code (application.js) or is it the qooxdoo-path
>> (E:\Stefan\Studium\5.
>> Semester\Studienarbeit\Programme\qooxdoo\qooxdoo-0.8.3-sdk) or another
>> sub-path of the qooxdoo-path?
>>
>
> That's just where I put all of my "stuff". The full path to my qooxdoo tree
> is
>
>    /home/derrell/ME/qooxdoo.git/trunk/qooxdoo/framework/...
>
> so with a server document root of /home/derrell/ME I can get to all of my
> qooxdoo source code.
>
> And do I need SymLinks? So have I to create some of this links and if yes -
>> to which paths?
>>
>
> No. You need make NO changes to your source tree for this mode of
> development.
>
> 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
>
>
------------------------------------------------------------------------------
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

Reply via email to