on 2011 Mar 04 3:45 PM
var gravityURL = "http://" + gravityHost + ":8080/gravity/";
var params = {};
params[streamwork.io.RequestParameters.CONTENT_TYPE] = streamwork.io.ContentType.TEXT;
params[streamwork.io.RequestParameters.METHOD] = streamwork.io.MethodType.GET;
params[streamwork.io.RequestParameters.AUTHORIZATION] = streamwork.io.AuthorizationType.NONE
streamwork.io.makeRequest(gravityURL, handler.callback, params);
When the server (gravity url) is in normal system, it works fine, but when we put the server on Amazon Cloud System, the request always gets timed out.
Does anybody know when a streamwork makeRequest gets timed out ? Do we have to open any ports specifically on the Cloud System for the makeRequest to work ?
Thanks for your time.
Request clarification before answering.
No response back from author
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
73 | |
18 | |
10 | |
8 | |
7 | |
4 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.