thx for the reply, but it still doesnt work,
Running test : Setting document.domain
Can't set document.domain please check APE.Config.domain value it
should be 127.0.0.1
i tried set config domain to 127.0.0.1 but then i got
document.domain mismatch client is 127.0.0.1 and server is ape-
test.local value of domain for client and server must be the same. Try
with 127.0.0.1 for both
and as You mentioned i cant set up server domain to 127.0.0.1
my settings:
/etc/hosts
127.0.0.1 localhost
127.0.0.1 ape-test.local
127.0.0.1 ape.ape-test.local
127.0.0.1 0.ape.ape-test.local
127.0.0.1 1.ape.ape-test.local
127.0.0.1 2.ape.ape-test.local
127.0.0.1 3.ape.ape-test.local
127.0.0.1 4.ape.ape-test.local
127.0.0.1 5.ape.ape-test.local
127.0.0.1 6.ape.ape-test.local
127.0.0.1 7.ape.ape-test.local
127.0.0.1 8.ape.ape-test.local
127.0.0.1 9.ape.ape-test.local
/etc/ape/ape.conf
Server {
port = 6969
daemon = yes
ip_listen = 0.0.0.0
domain = ape-test.local
rlimit_nofile = 10000
pid_file = /var/run/aped.pid
}
config.js
APE.Config.baseUrl = '
http://127.0.0.1/lucy/APE_JSF'; //APE JSF
APE.Config.domain = 'ape-test.local'; // /etc/hosts domain, must be
same as domain in aped.conf
APE.Config.server = 'ape-test.local:6969'; //APE server URL