My host name is different than server name in openfire 3.6.0. I installed red5 plugin for openfire. Where do I login for sparkweb https://server.name:xxxx/webapp/sparkweb, https://host.name:xxxx/webapp/sparkweb or https://www.domain-name.com/sparkweb? I get the login page but can not login. I’ve downloaded the latest SparkWeb.swf mentioned in one of the threads in this forum.
This is what I have in index.html
return {
server: “localhost”,
port: “xxxx”,
bindPath: “/http-bind/”,
connectionType : “https”,
autologin: “false”,
policyFileURL: "xmlsocket://localhost:5229"
policyFileURL: “https://www.domain-name.com/sparkweb/crossdomain.xml”
// policyFileURL: “xmlsocket://foo.com:414”