Thanks for the reply i got as far as i could - when i run the test how ever it stops at one stage and doesn't finish, so i've got something wrong.
So this is what i got thus far:
in my root>etc>ape-jsf>Demos>config.js
I have:
Code:
//i took the domain out for now and used a general example
APE.Config.baseUrl = 'http://mydomain.com <http://mydomain.com/etc/ape-
jsf/>';
APE.Config.domain = 'mydomain.com'; //Your domain, must be same as
domain in aped.conf
APE.Config.server = 'ape.mydomain.com:6969'; //APE server URL
Then in :
root>etc>ape>ape.config
I have:
Code:
Server {
port = 6969
daemon = no
ip_listen = 200.200.200.200
domain = auto
rlimit_nofile = 10000
pid_file = /var/run/aped.pid
}
Now from that, i tried domain.com/ape-jsf/tools/check and it gets to
Running test : Checking APE.Config.baseUrl Issue and it just stops
there no error, it just hangs there..
So ive got something wrong. Hope you can help where i went wrong.