Hi all, i'm trying APE into my VirtualBox on win8.1 i have a big problem to see the Check Tool on *http://vbox.local/APE_JSF/Tools/Check/*
The output of test is this : Config values are : > > identifier : ape > init : true > frequency : 0 > scripts : > http://localhost/APE_JSF/Source/mootools-core.js,http://localhost/APE_JSF/Source/Core/APE.js,http://localhost/APE_JSF/Source/Core/Events.js,http://localhost/APE_JSF/Source/Core/Core.js,http://localhost/APE_JSF/Source/Pipe/Pipe.js,http://localhost/APE_JSF/Source/Pipe/PipeProxy.js,http://localhost/APE_JSF/Source/Pipe/PipeMulti.js,http://localhost/APE_JSF/Source/Pipe/PipeSingle.js,http://localhost/APE_JSF/Source/Request/Request.js,http://localhost/APE_JSF/Source/Request/Request.Stack.js,http://localhost/APE_JSF/Source/Request/Request.CycledStack.js,http://localhost/APE_JSF/Source/Transport/Transport.longPolling.js,http://localhost/APE_JSF/Source/Transport/Transport.SSE.js,http://localhost/APE_JSF/Source/Transport/Transport.XHRStreaming.js,http://localhost/APE_JSF/Source/Transport/Transport.JSONP.js,http://localhost/APE_JSF/Source/Transport/Transport.WebSocket.js,http://localhost/APE_JSF/Source/Core/Utility.js,http://localhost/APE_JSF/Source/Core/JSON.js > baseUrl : http://localhost/APE_JSF > domain : localhost > server : localhost:6969 > > Running test : Setting document.domain > Can't set document.domain please check APE.Config.domain value it should > be vbox.local > *VIRTUAL BOX SIDE (UBUNTU SERVER)* */var/www/APE_JSF/Demos/config.js* APE.Config.baseUrl = 'http://vbox.local/APE_JSF'; //APE JSF APE.Config.domain = 'vbox.local'; APE.Config.server = 'ape.vbox.local:6969'; //APE server URL APE.Config.transport = 2; * /etc/apache2/sites-enabled/000-default.conf* <VirtualHost *:6969> Servername vbox.local ServerAlias ape.vbox.local ServerAlias *.ape.vbox.local DocumentRoot "/var/www/APE_JSF/" </VirtualHost> */etc/ape/ape.conf* id { # "aped" switch to this user/group if it run as root user = daemon group = daemon } Server { port = 6969 daemon = no ip_listen = 10.254.246.101 domain = vbox.local rlimit_nofile = 10000 pid_file = /var/run/aped.pid } */etc/hosts* 10.254.246.101 vbox.local vbox *WINDOWS SIDE* hosts 10.254.246.101 vbox.local 10.254.246.101 ape.vbox.local 10.254.246.101 0.vbox.local 10.254.246.101 1.vbox.local 10.254.246.101 2.vbox.local 10.254.246.101 3.vbox.local 10.254.246.101 4.vbox.local 10.254.246.101 5.vbox.local 10.254.246.101 6.vbox.local 10.254.246.101 7.vbox.local 10.254.246.101 8.vbox.local 10.254.246.101 9.vbox.local I tryed al lot of configuration but i see always the same problem. Can anyone help me please? Tanks -- -- 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.
