Hello Bjarman, (I also checked the email you've sent us to the ape-project contact email, even if you should use only mailing list for help :))
Your problem is that you don't have set up a subdomain for the APE server itself. I mean you're accessing to your demo through ape.yourdomain.com <= This is the URL of your website, but the APE server needs its own subdomain such as ape.ape.yourdomain.com In your config.js it will looks like : APE.Config.baseUrl = 'http://ape.yourdomain.com/Source'; //APE JSF APE.Config.domain = 'ape.yourdomain.com'; //Your domain, must be the same than the domain in aped.conf of your server APE.Config.server = 'ape.ape.yourdomain.com'; //APE server URL Don't forget you also need a wildcard for the APE server frequencies (0.ape.ape.yourdomain.com, 1.ape.ape.yourdomain.com ...) Hope I was able to help. Regards, John Chavarria Weelya - CEO / Graphic Designer www.ape-project.org www.weelya.com Le 10 sept. 2009 à 00:51, Bjarman a écrit : > > Hello all! > > I am a ape-noob with some problems. I have made the installation as > described here http://www.ape-project.org/wiki/index.php/Setup using > apache. I have created the subdomains and also created the v-host. The > aped is up and running listening on 127.0.0.1:6969 according to > netstat. > > However, none of the demos are working, in fact all pages comes out > blank in my browser, no js-errors or anything, just plain blank? > > I understand if it is difficult to point me in the right direction but > any help is welcome. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/ -~----------~----~----~----~------~----~------~--~---
