Search found 9 matches

by babureddy
25 May 2007, 06:03
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Can't connect from Admin Console
Replies: 1
Views: 4903

Can't connect from Admin Console

I installed SmartfoxServer PRO 1.5.5 on Linux hat 2.6.15-1.2054_FC5. I copied AdminTool.swf from linux to Windows. When I enter the remote IP where smartfox is running and try to connect with userid sfs_admin and pwd sfs_pass, server throws an exception (shown below) in wrapper.log and it goes into ...
by babureddy
17 May 2007, 06:16
Forum: Server Side Extension Development
Topic: Sending response from Java extension to AS client
Replies: 7
Views: 13706

Java extension side shows zone, room, user and the cmd sent by the client. So I know that the user has joined the default room for the zone.

There are no errors in the java extension and console because I am able to send requests from flash to java.

How do I activate the sfs client side debug?

I ...
by babureddy
16 May 2007, 03:42
Forum: Server Side Extension Development
Topic: Sending response from Java extension to AS client
Replies: 7
Views: 13706

Code: Select all

smartfox.autoJoin()
by babureddy
15 May 2007, 08:57
Forum: Server Side Extension Development
Topic: Sending response from Java extension to AS client
Replies: 7
Views: 13706

Hi Lapo,

Can you please help?
by babureddy
14 May 2007, 08:09
Forum: Server Side Extension Development
Topic: Can java extension call action script extension?
Replies: 1
Views: 5929

Can java extension call action script extension?

We have a situation where game logic (actionscript) needs to be moved to server side. We already have java module in place that actually calls this game logic. We want to find out if java can call action script code. This will avoid converting action script to java.

Any suggestions...
by babureddy
14 May 2007, 05:05
Forum: Server Side Extension Development
Topic: Sending response from Java extension to AS client
Replies: 7
Views: 13706

Code: Select all

smartfox.sendXtMessage("g2w","GETSERVERSIMULATIONID",obj,null)
by babureddy
14 May 2007, 04:32
Forum: Server Side Extension Development
Topic: Sending response from Java extension to AS client
Replies: 7
Views: 13706

Sending response from Java extension to AS client

I have the following code on AS client.


smartFox.onExtensionResponse = function(resObj:Object, type:String)
{
_global.key = resObj.serversimulationid
trace("ServerSimulationId from Smartfox Server = " + _global.key)
}


and the following code on java extension side

public void ...
by babureddy
10 May 2007, 08:49
Forum: Server Side Extension Development
Topic: Is there a procedure to deploy jars?
Replies: 0
Views: 4341

Is there a procedure to deploy jars?

I have a jar in it/gotoandplay/extensions/examples directory which has class it.gotoandplay.extensions.examples.SmartfoxServerInterface. I have declared the extension definition in config.xml that uses this class. When I start SFS, it says class not found. But when I copy just the class file ...
by babureddy
20 Apr 2007, 08:07
Forum: Features Wish List
Topic: Cluster Server
Replies: 1
Views: 7248

Cluster Server

Is SmartFoxServer clusterable? This feature will significantly improve throughput.