For the conf of JSF, i wanted to write :

APE.Config.baseUrl = 'http://ape.domaine.fr/ape_jsf'; //APE JSF
APE.Config.domain = 'domaine.fr';
APE.Config.server = 'ape.domaine.fr:6969'; //APE server URL

sorry.

Any solutions ??
Thanks

On 28 fév, 12:47, Nicolas <[email protected]> wrote:
> Hello,
> I've setup ape on Centos server 5.5 via Plesk 9.5, i've gone through
> the documentation over and over and i can't find where my problem is.
> I test the configuration I recieve the error message "Can't Contact
> Ape Server. Please Check that your Ape Server is Running and the
> following url is pointing to your APE server:http://0.ape.project.fr:6969.";
>
> > I created the DNS :
>
> ape.project.fr    A    xx.xx.xx.xx
> *.ape.project.fr    CNAME    ape.project.fr
>
> > In my virtual host i have this (it's generated by Plesk, i didn't update 
> > anything)
>
> <VirtualHost xx.xx.xx.xx:80>
>     ServerName   ape.project.fr:80
>     DocumentRoot /var/www/vhosts/domain/subdomains/ape.project/
> httpdocs
> ....
> </VirtualHost>
>
> in my httpdocs i have the folder ape_jsf and ape_server
>
> > conf of ape server
>
> Server {
>     port = 6969
>     daemon = no
>     ip_listen = xx.xx.xx.xx
>     domain = domain.fr
>     rlimit_nofile = 10000
>     pid_file = /var/run/aped.pid
>
> }
> > conf of jsf
>
> APE.Config.baseUrl = 'http://ape.project.fr/ape_jsf';//APE JSF
> APE.Config.domain = 'domaine.fr';
> APE.Config.server = 'ape.project.fr:6969'; //APE server URL
>
> What do I need to change in order to fix this?
>
> Many thanks

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