Hi Nicolas, Thanks for the reply. I have made the modules, installed firebug and the iframe is created.
Now I start the apache server and there is a problem to load the js files. It seems like I need to add port:6969 (80 is taken by Apache) to the URL. Currently the script is like: http://0.ape.ape-test.local/?script&http://ape-test.local/APE_JSF/Source/mootools-core.js, and firebug shows the file can not be loaded. And if I change it to http://0.ape.ape-test.local:6969/?script& http://ape-test.local/APE_JSF/Source/mootools-core.js, the files could be loaded. Do you have any idea what is wrong? Thank you so much guys! Stylus On Thu, Aug 6, 2009 at 1:16 PM, Nicolas Trani <[email protected]> wrote: > > Hi, > > Do you compiled server modules (cd modules && make)? > > If you did it, can you install firebug and check those thing : > > - Is an iframe created in the source code of the page? > - Is there any ajax request done? (and what is the response of APE Server) > - Is there any javascript error? > > Regards. > > On Thu, 6 Aug 2009 02:39:46 -0700 (PDT), Stylus <[email protected]> > wrote: > > > > Some more info, I run it on my local machine, > > > > Config file like this: > > APE.Config.baseUrl = 'http://ape-test.local/APE_JSF/Source'; //APE > > JSF > > APE.Config.domain = 'ape-test.local'; //Your domain, must be the same > > than the domain in aped.conf of your server > > APE.Config.server = 'ape.ape-test.local'; //APE server URL > > > > ape_conf: > > Server { > > port = 80 > > daemon = no > > ip_listen = 127.0.0.1 > > ip_local = 0.0.0.0 > > domain = ape-test.local > > #rlimit_nofile = 65536 > > } > > > > On Aug 6, 11:32 am, Stylus <[email protected]> wrote: > >> Hi all, > >> > >> I know this is a stupid question, but I just can not make the demo > >> running. ('Move' for example) > >> > >> I downloaded the code, compiled, setup server and test the > >> installation, I see a blank page with the source code. Everything > >> looks fine. But when I want to test the demo, I can not see any > >> action. > >> > >> In the Move demo, I only see a page with ape_master_container, should > >> I do anything else to view it in action as the demo hosted in your > >> page. > >> > >> Thank you very much in advanced. > >> > >> Cheers, > >> > >> Stylus > > -- > Nicolas Trani > Weelya - Improve the web > > > > > --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
