I have installed the server and setup config.js. config.js reads... APE.Config.baseUrl = 'http://www.clearimageonline.com/playground/ape/ ape-jsf'; //APE JSF APE.Config.domain = 'auto'; APE.Config.server = 'ec2-184-73-98-250.compute-1.amazonaws.com: 6969'; //APE server URL
Yet when I attempt to run the sample chat application it attempts to load an iframe with this src... http://5.ec2-184-73-98-250.compute-1.amazonaws.com:6969/?[{%22cmd%22:%22script%22,%22params%22:{%22domain%22:%22clearimageonline.com%22,%22scripts%22:[%22http://www.clearimageonline.com/playground/ape/ape-jsf/Source/mootools-core.js ...many other js files...]}}] This fails because the source should be without the 5.ec2 In case you didn't see it the ape config server is... ec2-184-73-98-250.compute-1.amazonaws.com:6969 and the iframe is looking for 5.ec2-184-73-98-250.compute-1.amazonaws.com:6969 If I refresh the page the 5.ec2... will increment to 6.ec2... then 7.ec2... etc. Any suggetions? Thanks, Terry Riegel -- 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/
