SparkWeb Connection don't works

hey there…

i run spark on xampp and i tried everything in the SparkWeb.html file…

my dyndns is : square252.ath.cx

the webspark is at square252.ath.cx/sparkweb/sparkweb.html

my configuration atm is this:

{
return {
server: “square”,
connectionType : “http”,
port: “80”,
bindPath: “/http-bind/”,
autologin: “false”,
};
}
/*
function jive_sparkweb_getConfig()
{
return {
server: “square”,
connectionType: “socket”,
port: “5222”,
autoLogin: “false”,
};
}

Have you read http://www.igniterealtime.org/community/docs/DOC-1553 ?

yes, now my config is:

{
return {
server: “square”,
connectionType: “socket”,
port: “5222”,
autoLogin: “false”,
};

square is the computer’s name, i want it for an intranet but… i don’t get it^^

I got sparkweb working successfully by doing this:

  1. Use http connection method, instead of socket

  2. Use port 7080 (it should be your HTTP binding port)

  3. make sure the server name you use is resolvable by the server where you install sparkweb (i.e: ping servername should work OK)

  4. make sure you are not forcing secure client connections to the server. Configure it as optional.

  5. use /http-bind/ for the bindPath variable.

Regards.

You will have to specify more info about your setup than just few config lines. As it said, you server name should be resolvable (it means other computers should now what IP their should point to by knowing its name). Also you should use the newest plugin version (there is a link to newer swf in that doc).

For SSL connection you can use red5 sparkweb version. It’s working for us.