Hi folks, I'm sure this is the question of the decade, but I haven't seen any obvious fives in my search through the archives (just some unanswered posts).
I'm trying to connect to my remote box, where APE is up and running splendid. You can try it here: http://wordspot.org/tests/ape/Tools/Check/ Here is the ape.conf Server { #port = 6969 port = 80 daemon = no ip_listen = 65.60.4.22 domain = auto rlimit_nofile = 10000 pid_file = /var/run/aped.pid } And here is the remote config.js: APE.Config.baseUrl = 'http://wordspot.org/tests/ape/'; //APE JSF APE.Config.domain = 'auto'; APE.Config.server = 'ape.wordspot.org:80'; //APE server URL But when I try to connect from my local XAMPP install, it can't seem to get it together. Here is the config.js: APE.Config.baseUrl = 'http://wordspot.local/libs/APE_JSF'; //APE JSF APE.Config.domain = 'auto'; APE.Config.server = 'ape.wordspot.org:80'; //APE server URL And here is what I get back: Running test : Init Running test : Loading Client Running test : Loading config Config values are : identifier : ape init : true frequency : 0 scripts : http://wordspot.local/libs/APE_JSF/Source/mootools-core.js,http://wordspot.local/libs/APE_JSF/Source/Core/APE.js,http://wordspot.local/libs/APE_JSF/Source/Core/Events.js,http://wordspot.local/libs/APE_JSF/Source/Core/Core.js,http://wordspot.local/libs/APE_JSF/Source/Pipe/Pipe.js,http://wordspot.local/libs/APE_JSF/Source/Pipe/PipeProxy.js,http://wordspot.local/libs/APE_JSF/Source/Pipe/PipeMulti.js,http://wordspot.local/libs/APE_JSF/Source/Pipe/PipeSingle.js,http://wordspot.local/libs/APE_JSF/Source/Request/Request.js,http://wordspot.local/libs/APE_JSF/Source/Request/Request.Stack.js,http://wordspot.local/libs/APE_JSF/Source/Request/Request.CycledStack.js,http://wordspot.local/libs/APE_JSF/Source/Transport/Transport.longPolling.js,http://wordspot.local/libs/APE_JSF/Source/Transport/Transport.SSE.js,http://wordspot.local/libs/APE_JSF/Source/Transport/Transport.XHRStreaming.js,http://wordspot.local/libs/APE_JSF/Source/Transport/Transport.JSONP.js,http://wordspot.local/libs/APE_JSF/Source/Transport/Transport.WebSocket.js,http://wordspot.local/libs/APE_JSF/Source/Core/Utility.js,http://wordspot.local/libs/APE_JSF/Source/Core/JSON.js baseUrl : http://wordspot.local/libs/APE_JSF domain : auto server : ape.wordspot.org:80 Running test : Setting document.domain Running test : Checking APE.Config.baseUrl APE JSF Version 1.0 Running test : Contacting APE Server domain = wordspot.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 -- 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/
