Hi Rahul, see my other reply.
You have to add ape-jsf to the URL mentionioned in your ape.conf file at APE.Config.baseUrl so APE.Config.baseUrl = 'http://localhost/ape'; //APE JSF should become APE.Config.baseUrl = 'http://localhost/ape/ape-jsf/'; //APE JSF also make sure that that folder exists on your server ! Gr, Evertjan On Jul 8, 8:01 am, Rahul Mehta <[email protected]> wrote: > please help on this............. > > On Jul 6, 2:54 pm, Rahul Mehta <[email protected]> wrote: > > > hiii, > > > i am installing ape server on ubuntu but during running test > > onhttp://localhost/ape/Tools/Check/ > > m returning the following message......... > > > Running test : Init > > Running test : Loading Client > > Running test : Loading config > > Config values are : > > > identifier : ape > > init : true > > frequency : 0 > > scripts > > :http://localhost/ape/Source/mootools-core.js,http://localhost/ape/Sou... > > baseUrl :http://localhost/ape > > domain : localhost > > server : ape.localhost:6969 > > > Running test : Settingdocument.domain > > Running test : Checking APE.Config.baseUrl > > APE JSF Version 1.0 > > Running test : Contacting APE Server > > domain = localhost > > Running test : Contacting APE Server (adding frequency) > > Running test : Initializing APE Client > > Can't load APE JSF > > Something went wrong. If you can't fix it by yourself post a message > > on the newsgroups with the output below or join our IRC channel > > --------------------------------------------------------------------------------------------------------------------------------------------------------------- > > > please check and reply i have configure my hosts file in etc as > > > 127.0.0.1 localhost > > 127.0.1.1 rahul-desktop > > > # The following lines are desirable for IPv6 capable hosts > > ::1 localhost ip6-localhost ip6-loopback > > fe00::0 ip6-localnet > > ff00::0 ip6-mcastprefix > > ff02::1 ip6-allnodes > > ff02::2 ip6-allrouters > > ff02::3 ip6-allhosts > > > 127.0.0.1 ape.localhost > > 127.0.0.1 0.ape.localhost > > 127.0.0.1 1.ape.localhost > > 127.0.0.1 2.ape.localhost > > 127.0.0.1 3.ape.localhost > > 127.0.0.1 4.ape.localhost > > 127.0.0.1 5.ape.localhost > > 127.0.0.1 6.ape.localhost > > 127.0.0.1 7.ape.localhost > > 127.0.0.1 8.ape.localhost > > 127.0.0.1 9.ape.localhost > > ---------------------------------------------------------------------------------------------------------------------------- > > and in my config.js in demo folder > > > APE.Config.baseUrl = 'http://localhost/ape';//APEJSF > > APE.Config.domain = 'localhost'; > > APE.Config.server = 'ape.localhost:6969'; //APE server URL > > > please check and help ASAP........ -- 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/
