Or simply use the same domain as this is local test. Let us know if it works or not with the same domain.
- Louis Envoyé de mon iPhone > Le 2015-03-12 à 09:07, RakonDark <[email protected]> a écrit : > > try crossdomain for this > > APE.Config.transport = 1; // 1 is XHRStreaming > > > > >> On 12 March 2015 at 12:34, martin mundia <[email protected]> wrote: >> >> I have currently done all the setup as required: >> >> i am doing all this on my localcomputer >> set the domain name on my etc >> >> as: >> 127.0.0.1 elitebook.local >> 127.0.0.1 elitebookape.local >> 127.0.0.1 0.elitebookape.local >> 127.0.0.1 1.elitebookape.local >> 127.0.0.1 2.elitebookape.local >> 127.0.0.1 3.elitebookape.local >> 127.0.0.1 4.elitebookape.local >> 127.0.0.1 5.elitebookape.local >> 127.0.0.1 6.elitebookape.local >> 127.0.0.1 7.elitebookape.local >> 127.0.0.1 8.elitebookape.local >> 127.0.0.1 9.elitebookape.local >> >> >> ape.conf is as: >> Server { >> port = 6969 >> daemon = yes >> ip_listen = 0.0.0.0 >> domain = elitebook.local >> rlimit_nofile = 10000 >> pid_file = /var/run/aped.pid >> } >> >> my APE_JSF/Demos/config.js is as : >> >> APE.Config.baseUrl = 'http://elitebook.local/APE_JSF'; //APE JSF >> APE.Config.domain = 'elitebook.local'; >> APE.Config.server = 'elitebookape.local:6969'; //APE server URL >> >> (function(){ >> for (var i = 0; i < arguments.length; i++) >> APE.Config.scripts.push(APE.Config.baseUrl + '/Source/' + >> arguments[i] + '.js'); >> })('mootools-core', 'Core/APE', 'Core/Events', 'Core/Core', 'Pipe/Pipe', >> 'Pipe/PipeProxy', 'Pipe/PipeMulti', 'Pipe/PipeSingle', 'Request/Request',$ >> >> >> >> >> The following is my output when i run my URL : >> http://elitebook.local/APE_JSF/Tools/Check/ >> >> >> here is the output: >> >> >> Running test : Init >> Running test : Loading Client >> Running test : Loading config >> Config values are : >> identifier : ape >> init : true >> frequency : 0 >> scripts : >> http://elitebook.local/APE_JSF/Source/mootools-core.js,http://elitebook.local/APE_JSF/Source/Core/APE.js,http://elitebook.local/APE_JSF/Source/Core/Events.js,http://elitebook.local/APE_JSF/Source/Core/Core.js,http://elitebook.local/APE_JSF/Source/Pipe/Pipe.js,http://elitebook.local/APE_JSF/Source/Pipe/PipeProxy.js,http://elitebook.local/APE_JSF/Source/Pipe/PipeMulti.js,http://elitebook.local/APE_JSF/Source/Pipe/PipeSingle.js,http://elitebook.local/APE_JSF/Source/Request/Request.js,http://elitebook.local/APE_JSF/Source/Request/Request.Stack.js,http://elitebook.local/APE_JSF/Source/Request/Request.CycledStack.js,http://elitebook.local/APE_JSF/Source/Transport/Transport.longPolling.js,http://elitebook.local/APE_JSF/Source/Transport/Transport.SSE.js,http://elitebook.local/APE_JSF/Source/Transport/Transport.XHRStreaming.js,http://elitebook.local/APE_JSF/Source/Transport/Transport.JSONP.js,http://elitebook.local/APE_JSF/Source/Transport/Transport.WebSocket.js,http://elitebook.local/APE_JSF/Source/Core/Utility.js,http://elitebook.local/APE_JSF/Source/Core/JSON.js >> baseUrl : http://elitebook.local/APE_JSF >> domain : elitebook.local >> server : elitebookape.local:6969 >> Running test : Setting document.domain >> Running test : Checking APE.Config.baseUrl >> APE JSF Version 1.0 >> Running test : Contacting APE Server >> domain = elitebook.local >> 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 with the output below or join our IRC channel >> >> >> Help me solve this and please show me where i am doing wrong. >> >> >> >> >> >> >> >> >> -- >> -- >> 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 unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. > > > > -- > i cant trust, what i not know > -- > -- > 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 unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
