i edited SparkWeb.html to this
<script type="text/javascript">
function jive_sparkweb_getConfig()
{
return {
server: "true",
bindPath: "/http-bind/",
connectionType: "http",
port: "7070",
autoLogin: "false"
};
}
</script>
after its locally connected by http://myserverip:9090/webspark/WebSpark.html
but
i try from outside network by http://mypublicip:9090/webspark/WebSpark.html
its just hank other time its coming not authorized.
i try more and more time, and chage script also http to socket , portnumber change, something problem my configution or my settings i dont solve it,
please help me
william