Hi,

I'm trying to use APE, but I have an error during the Check Tools :
Can't contact APE Server

I followed the configure tutorial, and I have tried to find an answer
to my problem in this groups.

 The APE server is reachable. During the test, I can see that the
browser try to call the url of my server with this params :
[{"cmd":"setup","params":{"domain":"teddynamique.com"}}]:

The response of the server :
[{"time":"1321352040","raw":"setupResponse","data":
{"domain":"teddynamique.com"}}]

Then the test show me the error.

Here is my config.js :
APE.Config.baseUrl = 'http://teddynamique.com/APE_JSF'; //APE JSF
APE.Config.domain = 'teddynamique.com';
APE.Config.server = 'ape-server.teddynamique.com:6969/'; //APE server
URL

Here is my ape.conf:
Server {
        port = 6969
        daemon = no
        ip_listen = 0.0.0.0
        domain = teddynamique.com
        rlimit_nofile = 10000
        pid_file = /var/run/aped.pid
}

I have great ideas to try with APE, but I can't make it work. Please
help me !

-- 
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/

Reply via email to