i have the same problem when deploying the server and jsf and client to a internet server. locally the setup works fine, but on an internetsite i get this on firefox via firebug (trying to run the demo chat app):
Illegal document.domain value" code: "1009 [Break on this error] document.domain="www.site.de"\n and <http://www.site.de> wurde die Erlaubnis für das Lesen der Eigenschaft Window.APE von <http://24.ape.site.de:6969> verweigert. [Break on this error] if (!iframe.contentWindow.APE) setTim...event, but the iframe is not loaded -_-\n means: <http://www.site.de> has no permission for reading the property Window.APE from <http://24.ape.site.de:6969> i've replaced the real domain name with site.de here. On 5 Jan., 11:40, serialkiller <[email protected]> wrote: > I have this: > > on ape.conf: > > Server { > port = 6969 > daemon = yes > ip_listen = 81.88.54.66 > domain = auto > rlimit_nofile = 10000 > pid_file = /var/run/aped.pid > > } > > and on config.js: > > APE.Config.baseUrl = 'http://www.adamisgroup.it/ape-jsf';//APE JSF > APE.Config.domain = 'auto'; > APE.Config.server = 'ape.adamisgroup.it:6969'; //APE server URL > > I think it is correct, or not? > > On Jan 5, 11:29 am, Nicolas Trani <[email protected]> wrote: > > > Did you change domain value in config.js or ape.conf? it should be > > "auto". If it's not change it to auto or adamisgroup.it (both in > > config.js and ape.conf) > > serialkiller a crit : > > > > Hi Nicolas, > > > > no error un net tab of firebug all 200 ok > > > > Now i have 2 errors on consolle > > > > Illegal document.domain value code: 1009 > > > document.domain="wwwmydomain.it"\n > > > > and > > > > Permission denied for <http://www.adamisgroup.it> to get property > > > Window.APE from <http://3.ape.adamisgroup.it:6969> > > > client=null,\n > > > > yesterday no, today yes! i'm going crazy > > > > :-( > > > > On Jan 5, 10:27 am, Nicolas Trani <[email protected]> wrote: > > > >> Hi, > > > >> can you check with firebug in the net tab everything is loading fine (no > > >> 404 error)? Do your status bar show any kind of loading message? > > > >> Regards. > > > >> serialkiller a crit : > > > >>> I dont have any error from firebug........my good > > > >>> On Jan 4, 8:28 pm, serialkiller <[email protected]> wrote: > > > >>>> hi at all, > > > >>>> sorry my bad english.... > > > >>>> i have a problem, when i "launch test" all is ok but on Initializing > > >>>> APE Client i get this: > > > >>>> Can't load APE JSF > > > >>>> What can I do or check? > > > >>>> Thanks at all > > > >>>> SK -- 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/
