Alexei Vinidiktov wrote:
> Hi,
> 
> If I start the *source* version of my qooxdoo application from the
> local filesystem it runs fine:
> 
> C:\Webservers51\home\localhost\www\static\source\index.html
> 
> But if I start it from a remote address (the same actual physical
> location), I only get a blank screen:
> 
> http://localhost/static/source/index.html
> 
> The *build* version of the same app starts fine either from the local
> file system or from a remote address.
> 
> C:\Webservers51\home\localhost\www\static\build\index.html
> http://localhost/static/build/index.html
> 
> Is it the expected behavior?
> 
> I'm on Windows XP SP3, qooxdoo 0.8.2
> 
> Thanks.
> 

I have had similar problems.  If you are running firefox, w/firebug, you 
can see all the requests and the status codes (200, 404, etc).  If not, 
check the webserver logs to see what requests are being made, and the 
status.

In my situation, the requests where all coming back as 404's cuz one of 
my path's was messed up.

-Andy

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to