Hi,

You actually need a web server (Apache for example) to server the « JSF » as 
it’s actually the « website » part of APE. Ape Server only Handle the relay of 
informations in real time, not actually serve web pages (html, php, etc).

In simpler words, You don’t do this:

> APE_Server--
>                            |
>                            APE_JSF
>                                         |
>                                         Demos

Ou do this:

> APE_Server <—> Apache 
>                                         |
>                                          APE_JSF
>                                                                |
>                                                         Demos


  - Louis

> Le 2015-06-08 à 19:17, Carlos Ruiz <[email protected]> a écrit :
> 
> Hi
> 
> I've tried to install and configure APE Server and APE JSF, using a free DNS 
> Name:
> 
>        DNS Name          ape.linkpc.net
>        Alias                 *.ape.linkpc.net       ape.linkpc.net
> 
> Then install APE Server in Centos where  i just can use port 9001 ,  my 
> configuration in the file  ape.conf looks like this:
> 
>  Server {
>         port = 9001
>         daemon = no
>         ip_listen = 0.0.0.0
>         domain = ape.linkpc.net
>         rlimit_nofile = 10000
>         pid_file = /var/run/aped.pid
> }
> 
> 
> Then i'm using a standalone configuration not using apache nor httpd..., so i 
> left the installation of APE_JSF in this structure
> 
>         APE_Server--
>                            |
>                            APE_JSF
>                                         |
>                                         Demos
> 
> The file config.js under Demos looks like this:
> 
> APE.Config.baseUrl = 'http://ape.linkpc.net:9001/APE_JSF'; //APE JSF
> APE.Config.domain = 'ape.linkpc.net';
> APE.Config.server = 'ape.ape.linkpc.net:9001'; //APE server URL
> 
> Starting the server as deamin under bin directory seems to work:
>    _   ___ ___
>   /_\ | _ \ __|
>  / _ \|  _/ _|
> /_/ \_\_| |___|
> AJAX Push Engine
> 
> Bind on port 9001
> 
> Version : 1.1.2
> Build   : Oct  3 2013 17:17:46
> Author  : Weelya ([email protected])
> 
> But when i tried to check installation using:
> 
> http://ape.linkpc.net:9001/APE_JSF/Tools/Check/
> or
> http://ape.ape.linkpc.net:9001/APE_JSF/Tools/Check/
> 
> The server just respond ...
> 
> 
> APE Server
> 
> No command given.
> 
> 
> 
> 
> 
> Can any one give me a clue of what could be missing in order to make APE 
> Server work with APE JSF, in my configuration?
> 
> 
> 
> Regards.
> 
> 
> 
> 
> 
>  
> 
> -- 
> -- 
> 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 
> <http://groups.google.com/group/ape-project?hl=en>
> ---
> APE Project (Ajax Push Engine)
> Official website : http://www.ape-project.org/ <http://www.ape-project.org/>
> Git Hub : http://github.com/APE-Project/ <http://github.com/APE-Project/>
> 
> --- 
> You received this message because you are subscribed to the Google Groups 
> "APE Project" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected] 
> <mailto:[email protected]>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

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

--- 
You received this message because you are subscribed to the Google Groups "APE 
Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to