Page 1 of 1

How to install the Smartfox in Cloud Server

Posted: 08 Mar 2011, 12:06
by sankarganesh86
i bought a cloud server from rightscale yesterday
with LAMP architecture and i download the smartfox linux based 32 bit file
from www.smartfoxserver.com ... and i done the installation in my cloud server , installation completed successfully , and i start the Smartfox server
i got SMARTFOX SERVER STARTED SUCCESSFULLY

but if i try to connect the SFS using flash AS3 api .. i got problem in
connection Bluebox
and
i cant able to open http://myhost.com:8080

Please help me to do installation process ....

Posted: 08 Mar 2011, 20:06
by Bax
Please show the startup log. If the internal webserver is not running, then you should see an error reported.
If no error is reported, then you might have port 8080 blocked. Check the security rules of your Rightscale server.

Posted: 31 Mar 2011, 18:23
by sankarganesh86
hi,
Thanks for the replay BAX...

I open a port for the bluebox in clould server it is working fine
no problem ...

But SFS is a socket server , so after i make a
connection with server the
smartFox.getConnectionMode()... is "HTTP"

I already post this message in another page (SORRY FOR THIS POST) but my question is different ...

so in the flash api ,i use smart.smartConnect=false;

so SFS not use "HTTP" protocol to connect ... But it doesnt create a socket connection with public IP address with "9339" port .

please give solution for the to create a socket connection with SFS ...

But if i use 127.0.0.1 loopback ip address it use "socket" to connect SFS

please tell how to open this port in cloud server ? how to create a socket connection with Cloud server or public ip stand alone system

Posted: 01 Apr 2011, 07:03
by sankarganesh86
hi,
Problem solved
thanks for the replay.....

Posted: 01 Apr 2011, 07:54
by Bax
And the problems was...?