thron7 wrote:
>> 3) Just placed the app inside the public dir and accessed the app like
>> "http://localhost:3000/testproject/source/index.html";. For build, just
>> replace 'source' with 'build' in the previous URL and it worked too :)
>>   
>>     
>
> Be careful when using a source version, as it fetches files from all 
> over your hard disk, and all these relative paths have to be valid under 
> the web server. The build version is always a self-contained tree.
>   
Yes, I burned my fingers and lots of time there :) Make sure you always
use absolute paths and no links when creating the app and from there
it's a smooth sail. I tried using a symlink and it b0rked big time on me
and I was wondering what went wrong.

cheers,
skar.

-- 
--
The life so short, the craft so long to learn. 

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to