my config.js
/***
* APE JSF Setup
*/
APE.Config.baseUrl = 'http://munozve.org/APE_JSF'; //APE JSF
APE.Config.domain = 'munozve.org';
APE.Config.server = 'munozve.org:6969'; //APE server URL
(function(){
for (var i = 0; i < arguments.length; i++)
APE.Config.scripts.push(APE.Config.baseUrl + '/Source/' +
arguments[i] + '.js');
})('mootools-core', 'Core/APE', 'Core/Events', 'Core/Core',
'Pipe/Pipe', 'Pipe/PipeProxy', 'Pipe/PipeMulti', 'Pipe/PipeSingle',
'Request/Request','Request/Request.Stack',
'Request/Request.CycledStack',
'Transport/Transport.longPolling','Transport/Transport.SSE',
'Transport/Transport.XHRStreaming', 'Transport/Transport.JSONP',
'Core/Utility', 'Core/JSON');
in the domain panel: munozve.org *.munozve.org, ape.munozve.org *.
ape.munozve.org
the problem presist, the server not respond on sent bad command. example:
http://4.munozve.org:6969/?[{"ss":"sss"}]
2010/8/13 Vinz <[email protected]>
> You write "ape.munozve.org:6969" in server... try "munozve.org:6969"
>
>
> On 13 août, 21:20, Curk <[email protected]> wrote:
> > Thnaks Vinz for response but not found!....
> >
> > Vinz ha escrito:
> >
> > > baseUrl should behttp://www.munozve.org
> > > domaine munozve.org
> > > and server munozve.org:6969
> >
> > > Try this.
> >
> > > On 13 août, 10:31, Curk <[email protected]> wrote:
> > > > It is the Error... Thanks for your help!!
> >
> > > > Running test : Init
> > > > Running test : Loading Client
> > > > Running test : Loading config
> > > > Config values are :
> >
> > > > identifier : ape
> > > > init : true
> > > > frequency : 0
> > > > scripts :
> http://ape.munozve.org/Source/mootools-core.js,http://ape.munozve.org...
> > > > baseUrl :http://ape.munozve.org
> > > > domain : ape.munozve.org
> > > > server : ape.munozve.org:6969
> >
> > > > Running test : Setting document.domain
> > > > Running test : Checking APE.Config.baseUrl
> > > > APE JSF Version 1.0
> > > > Running test : Contacting APE Server
> > > > domain = ape.munozve.org
> > > > 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
>
> --
> 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]<ape-project%[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/
>
--
Pablo Muñoz
Linux User 480519
--
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/