Hello,

I'm experimenting with APE in my localhost. So far the Javascript test
gives no error, so I assume my server configuration is correct. But I
can't get the Helloworld demo to work. It gives me the error: "Unsafe
JavaScript attempt to access frame with URL
http://ape.local.ape-project.org/APE_JSF/helloworld.html from frame
with URL http://3.ape.local.ape-project.org:6969/...";. What have I
done wrong?

I follow the simple configuration guide
http://www.ape-project.org/wiki/index.php/Simple_APE_configuration to
set my my APE server. Currently my ape.conf file is like this:

uid {
        # "aped" switch to this user/group if it run as root
        user = daemon
        group = daemon
}

Server {
        port = 6969
        daemon = yes
        ip_listen = 0.0.0.0
        domain = ape-project.org
        rlimit_nofile = 10000
        pid_file = /var/run/aped.pid
}

Log {
        debug = 1
        use_syslog = 0
        syslog_facility = local2
        logfile = /var/log/ape.log
}

JSONP {
        eval_func = Ape.transport.read
        allowed = 1
}

Config {
#relative to ape.conf
        modules = /usr/lib/ape/
        modules_conf = /etc/ape/
}

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