Search found 16 matches

by simongroenewolt
26 Mar 2010, 13:48
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Smartfoxserver write permissions on filesystem
Replies: 1
Views: 3822

Smartfoxserver write permissions on filesystem

hi We are using smartfoxserver (1.6.6 pro) on a tightly managed system. One of the security decisions is that the server is not allowed to write to some locations -- The filesystem has been split up into 2 parts: read-only and read-write. Now we get errors - I was already expecting those ;-) Error i...
by simongroenewolt
14 Aug 2009, 06:24
Forum: Server Side Extension Development
Topic: Handling user logout/leave room/disconnect
Replies: 1
Views: 5692

Handling user logout/leave room/disconnect

This question is about java serverside extension development. I'm trying to handle all ways a user can leave a room (because I need to do some unregistering in that case) I've found the following events: InternalEventObject.EVENT_USER_EXIT InternalEventObject.EVENT_USER_LOST InternalEventObject.EVEN...
by simongroenewolt
09 Apr 2009, 11:28
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Best way to handle SmartFoxClient/writeToSocket() errors
Replies: 4
Views: 7458

thanks for your prompt reply - I'll try a reconnect on socket errors.
by simongroenewolt
08 Apr 2009, 13:57
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Best way to handle SmartFoxClient/writeToSocket() errors
Replies: 4
Views: 7458

Best way to handle SmartFoxClient/writeToSocket() errors

hi, Using smartfox 1.6.2 (planning to upgrade to 1.6.5 when possible) Server running on OSX or Linux. Client programmed using as3. I'm testing our application for it's network robustness - one of the tests involves pulling the network plug and reinserting it some time later. Not very surprisingly we...
by simongroenewolt
07 Nov 2008, 14:51
Forum: Server Side Extension Development
Topic: Secure Login Extension in Java
Replies: 2
Views: 5585

hi,

You can use java.security.MessageDigest for that. Google "java compute md5" for examples.

Simon
by simongroenewolt
07 Nov 2008, 14:47
Forum: BlueBox
Topic: Warning saying "HELLO!!!" in server log
Replies: 4
Views: 9368

thanks, that fixed it.
by simongroenewolt
30 Oct 2008, 08:13
Forum: BlueBox
Topic: Warning saying "HELLO!!!" in server log
Replies: 4
Views: 9368

Sorry for not providing that data right away:

Smartfox: version 1.6.2
BlueBox: Version 1.0.3
by simongroenewolt
29 Oct 2008, 15:31
Forum: BlueBox
Topic: Warning saying "HELLO!!!" in server log
Replies: 4
Views: 9368

Warning saying "HELLO!!!" in server log

Looking at my logfile I see al lot of these messages Oct 29, 2008 5:30:12 PM it.gotoandplay.smartfoxserver.httpbox.filter.SessionIDFilter doFilter WARNING: HELLO!!! It does not look like something I put in myself ... anyone know what this is about? Is it a ping message? If yes: Why is it shown as a ...
by simongroenewolt
07 Aug 2008, 12:23
Forum: SmartFoxServer 1.x Discussions and Help
Topic: how to use AS02/AS03 in director
Replies: 2
Views: 5288

it is possible to embed a flash movie in a director project, although I'm not sure how workable that solution is for using smartfox If you decide to go that route: watch out for threading issues, as far as I know the flash environment has its own thread. Otherwise it might be possible to write your ...
by simongroenewolt
30 Jul 2008, 09:26
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Starting SmartFoxServer from java code
Replies: 0
Views: 9512

Starting SmartFoxServer from java code

Hi SmartFoxServer version: 1.6.2 I'd like to create a SmartFoxServer from java code so I can insert extensions programatically (using Spring to instantiate the extensions, and only after that adding them to a room). I can do server = new SmartFoxServer(); From my class, but I can't find a way to giv...
by simongroenewolt
29 Jul 2008, 14:11
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Starting SmartFoxServer using java ant task
Replies: 3
Views: 7093

Thanks for the suggestion Duncan! I've figured out a way to do it with 'pure' ant. There is a dir attribute for the java task that launches the java process with that dir as the cwd. That fixed the python loading issue. Next problem was my custom config.xml - I ended up adding the directory it was i...
by simongroenewolt
29 Jul 2008, 13:43
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Starting SmartFoxServer using java ant task
Replies: 3
Views: 7093

If I move the ant build.xml file into the smartfox 'Server' directory it works - so it probably has something to do with the current directory and the opening of files relative to that...

I still appreciate tips on how to make it work.
by simongroenewolt
29 Jul 2008, 13:25
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Starting SmartFoxServer using java ant task
Replies: 3
Views: 7093

Starting SmartFoxServer using java ant task

Hi Smartfox version: 1.6.2 We are starting to develop a game using smartfox - I want to keep the development setup as automated as possible and therefore want to use an ant script to startup the smartfox server (after doing the necessary compiles and moves of files -- we are using java extensions) M...
by simongroenewolt
12 Mar 2007, 09:11
Forum: SmartFoxServer 1.x Discussions and Help
Topic: startup using alternative config.xml
Replies: 7
Views: 11031

thanks for your replies the possibility to specify a different config file is not available at the moment. Since the config.xml is the main configuration file we would need to have another config file that specifies which config file to load!! I was thinking along the lines that patso suggested - a ...
by simongroenewolt
09 Mar 2007, 14:45
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Apache
Replies: 4
Views: 8209

The built-in webserver by default listens on port 8080, so it will not have to 'fight' with apache on port 80. If you want you can disable the webserver in the config.xml file.

Go to advanced search