The framework does not currently handles crossdomain request on its own. Try adding this line in the demo config.js file
APE.Config.transport = 2; This will enable the framework to use the JSONP(crossdomain) transport. On Aug 6, 2012 8:53 AM, "ash" <[email protected]> wrote: > I've solved the above issue. Now i'm stuck here > > Running test : Init > Running test : Loading Client > Running test : Loading config > Config values are : > > identifier : ape > init : true > frequency : 0 > scripts : > http://localhost/Source/mootools-core.js,http://localhost/Source/Core/APE.js,http://localhost/Source/Core/Events.js,http://localhost/Source/Core/Core.js,http://localhost/Source/Pipe/Pipe.js,http://localhost/Source/Pipe/PipeProxy.js,http://localhost/Source/Pipe/PipeMulti.js,http://localhost/Source/Pipe/PipeSingle.js,http://localhost/Source/Request/Request.js,http://localhost/Source/Request/Request.Stack.js,http://localhost/Source/Request/Request.CycledStack.js,http://localhost/Source/Transport/Transport.longPolling.js,http://localhost/Source/Transport/Transport.SSE.js,http://localhost/Source/Transport/Transport.XHRStreaming.js,http://localhost/Source/Transport/Transport.JSONP.js,http://localhost/Source/Transport/Transport.WebSocket.js,http://localhost/Source/Core/Utility.js,http://localhost/Source/Core/JSON.js > baseUrl : http://localhost > domain : auto > server : apeserver.axonnetworks.com:443 > > Running test : Setting document.domain > Running test : Checking APE.Config.baseUrl > APE JSF Version 1.0 > Running test : Contacting APE Server > domain = localhost > Running test : Contacting APE Server (adding frequency) > Running test : Initializing APE Client > Can't load APE JSF > Something went wrong. If you can't fix it by yourself post a message on > the newsgroups <http://groups.google.com/group/ape-project/> with the > output below or join our IRC channel > > > virtual host file : > <VirtualHost *:80> > Servername apeserver.axonnetworks.com > ServerAlias ape.apeserver.axonnetworks.com > ServerAlias *.ape.apeserver.axonnetworks.com > > DocumentRoot "C:\xampp\htdocs\APE_JSF" > </VirtualHost> > > C:\xampp\htdocs\APE_JSF > The baseURL is localhost because i've put all the APE_JSF file in the > above directory i guess this is the issue, but i've tried to give different > path and directory , gives the same error msg. > > it says cant load APE JSF. > > > > > > > On Monday, 6 August 2012 14:28:27 UTC+5:30, RakonDark wrote: >> >> domain : ape-project.org >> server : ape.ape-project.org:6969 >> >> i mean did you realy changed both configs , in the server >> and in the JS >> >> ?? >> >> this what i read is default >> > -- > 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/ > -- 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/
