my guess is you didn't set up the domain correctly.
It points to "ape.local.ape-project.org"
I think you didn't redirect that to your local machine?

Basicly, you need to create a new domain (like ape.local), and set it
in your hosts file to redirect it to the machine running aped.


For instance, i have in

------------------------------------------------------------------
ape.conf:
------------------------------------------------------------------
Server {
        port = 6969
        daemon = yes
        ip_listen = 0.0.0.0
        domain = web-server.local
        rlimit_nofile = 10000
}

------------------------------------------------------------------
Config.js:
------------------------------------------------------------------
APE.Config.baseUrl = 'http://web-server.local/ape'; //APE JSF
APE.Config.domain = 'web-server.local';
APE.Config.server = 'ape.web-server.local:6969'; //APE server

------------------------------------------------------------------
And hosts: (on windows to be found in: c:/windows/system32/drivers/
etc, most linux/unix destributions in: /etc/hosts )
------------------------------------------------------------------

127.0.0.1 web-server.local
127.0.0.1 ape.web-server.local
127.0.0.1 0.ape.web-server.local
127.0.0.1 1.ape.web-server.local
127.0.0.1 2.ape.web-server.local
127.0.0.1 3.ape.web-server.local



That really did the trick for me


On 7 dec, 14:00, Goodtiger <[email protected]> wrote:
> hi~all
>
>    I've installed the APE_SERVER and APE_JSF,but when I test the
> installation.
> It always show this debug info.
> Running test : Init
> Running test : Loading Client
> Running test : Loading config
> Config values are :
>
> identifier : ape
> init : true
> frequency : 0
> scripts 
> :http://local.ape-project.org/APE_JSF/Source/mootools-core.js,http://l...
> baseUrl :http://local.ape-project.org/APE_JSF
> domain : auto
> server : ape.local.ape-project.org:6969
>
> Running test : Setting document.domain
> Running test : Checking APE.Config.baseUrl
> APE JSF Version 1.0b1
> Running test : Contacting APE Server
> Connection etablished but something went wrong. Server response is
>
> [{"time":"1260190586","raw":"setupResponse","data":{"domain":""}}]
>
> please give me some help,thinks!

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