I am struggling a lot in the server set up ..:( Checked all the post
and did accordingly...But still unable to resolve
this is my config.js file
/***
 * APE JSF Setup
 */

APE.Config.baseUrl = 'http://localhost/APE_JSF'; //APE JSF
APE.Config.domain = 'localhost';
APE.Config.server = 'localhost:6969'; //APE server URL

this is my ape.conf file

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

Server {
        port = 6969
        daemon = yno
        ip_listen = 127.0.0.1
        domain = localhost
        rlimit_nofile = 10000
        pid_file = /var/run/aped.pid
}

and this is my content of /opt/lampp/etc/extra/httpd-vhosts.conf file
<VirtualHost *:80>
        Servername localhost
        ServerAlias 0.localhost
        DocumentRoot /opt/lampp/htdocs/
        ErrorLog /home/prashanth/Desktop/mylog
</VirtualHost>

I have placed my APE_JSF file in /opt/lampp/htdocs folder

When i run Tools/Check without starting the APE server , i get error
as
Can't contact APE Server. Please check the your APE Server is running
and the folowing url is pointing to your APE server : http://localhost:6969

but whtn i start the server which is running at localhost:6969 , the
error changes to
Can't contact APE Server. Please check the your APE Server is running
and the folowing url is pointing to your APE server : http://0.localhost:6969

I dunno where i am going wrong..Please Please help me :(

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